Crates.io | rush-ecs-svm |
lib.rs | rush-ecs-svm |
version | 0.1.0 |
source | src |
created_at | 2024-10-23 13:39:21.384068 |
updated_at | 2024-10-23 13:39:21.384068 |
description | Rush ECS Framework Onchain Types |
homepage | https://sonic.game/ |
repository | https://github.com/mirrorworld-universe/rush |
max_upload_size | |
id | 1420138 |
size | 23,542 |
[!IMPORTANT] This package contains the shared modules across programs and tests most notably the following:
[!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.