Docs.rs
solana-system-client-0.0.1
solana-system-client 0.0.1
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
solana-foundation-tech
Dependencies
borsh ^0.10
normal
kaigan ^0.2
normal
num-derive ^0.3
normal
num-traits ^0.2
normal
serde ^1.0
normal
optional
serde_with ^3.0
normal
optional
solana-program ~1.18
normal
thiserror ^1.0
normal
assert_matches ^1.5.0
dev
solana-program-test ~1.18
dev
solana-sdk ~1.18
dev
Versions
40.86%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
solana_system_client/
lib.rs
1
mod
generated;
2
3
pub use
generated::programs::SYSTEM_ID
as
ID;
4
pub use
generated::
*
;