Docs.rs
massbit-sol-0.1.3
massbit-sol 0.1.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
anhhuy0501
Dependencies
Inflector ^0.11
normal
anyhow ^1.0.45
normal
arrayref ^0.3.6
normal
bincode ^1.3.1
normal
bytemuck ^1.4.0
normal
clap ^2.33.3
normal
handlebars ^4.1.4
normal
lazy_static ^1.4.0
normal
log ^0.4.14
normal
minifier ^0.0.41
normal
multipart ^0.18.0
normal
num-derive ^0.3
normal
num-traits ^0.2
normal
num_enum ^0.5.0
normal
proptest ^1.0.0
normal
proptest-derive ^0.3.0
normal
reqwest ^0.11.2
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
serde_repr ^0.1.7
normal
syn ^1.0
normal
thiserror ^1.0
normal
uriparse ^0.6
normal
Versions
1.59%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
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
massbit_sol/generator/
indexer_mod.rs
1
pub const
INDEXER_MOD:
&
str =
r#"pub mod handler;
2
pub mod instruction;
3
"#
;