Docs.rs
rush-ecs-sdk-0.2.3
rush-ecs-sdk 0.2.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
kquirapas
codebender828
Dependencies
anyhow ^1.0.87
normal
async-trait ^0.1.82
normal
borsh ^1.5.1
normal
colored ^2.1.0
normal
rush-ecs-core ^0.1.0
normal
rush-ecs-parser ^0.1.0
normal
rush-ecs-svm ^0.1.0
normal
thiserror ^1.0.63
normal
assert_matches ^1.5.0
dev
solana-client =2.0.13
dev
solana-program-test =2.0.13
dev
solana-sdk =2.0.13
dev
tokio ^1.40.0
dev
solana-client =2.0.13
normal
solana-sdk =2.0.13
normal
Versions
32%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
rush_ecs_sdk/
lib.rs
1
#![cfg(not(target_os =
"solana"
))]
2
pub mod
auth;
3
pub mod
bevy;
4
pub mod
error;
5
pub mod
storage;