Docs.rs
atlas-token-client-0.0.0
atlas-token-client 0.0.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
atlaschainorg
Dependencies
atlas-program ^3.0
normal
borsh ^0.10
normal
num-derive ^0.3
normal
num-traits ^0.2
normal
serde ^1.0
normal
optional
serde_with ^3.0
normal
optional
thiserror ^1.0
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
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
atlas_token_client/
lib.rs
1
/*
2
mod generated;
3
4
pub use generated::programs::TOKEN_ID as ID;
5
pub use generated::*;
6
*/