rush-ecs-svm

Crates.iorush-ecs-svm
lib.rsrush-ecs-svm
version0.1.0
sourcesrc
created_at2024-10-23 13:39:21.384068
updated_at2024-10-23 13:39:21.384068
descriptionRush ECS Framework Onchain Types
homepagehttps://sonic.game/
repositoryhttps://github.com/mirrorworld-universe/rush
max_upload_size
id1420138
size23,542
Kristian Quirapas (kquirapas)

documentation

README

rush-svm

[!IMPORTANT] This package contains the shared modules across programs and tests most notably the following:

  • Instruction Enum
  • State structs
  • PDA Helpers
  • Error - SVM-Space Error
  • Macros
  • Client (Non Generated)

[!CAUTION] Onchain programs don't support some dependencies in client-side Solana (e.g. getrandom). To prevent unsupported module errors, Program-specific code is separated from Client-specific code with the #[cfg(target_os = "solana") compilation flag.

Commit count: 0

cargo fmt