Docs.rs
safecoin-sdk-1.14.17
safecoin-sdk 1.14.17
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Fair-Exchange
Dependencies
assert_matches ^1.5.0
normal
optional
base64 ^0.13
normal
bincode ^1.3.3
normal
bitflags ^1.3.1
normal
borsh ^0.9.3
normal
bs58 ^0.4.0
normal
bytemuck ^1.11.0
normal
byteorder ^1.4.3
normal
optional
chrono ^0.4
normal
optional
curve25519-dalek ^3.2.1
normal
optional
derivation-path ^0.2.0
normal
digest ^0.10.1
normal
optional
ed25519-dalek =1.0.1
normal
optional
ed25519-dalek-bip32 ^0.2.0
normal
optional
generic-array ^0.14.5
normal
optional
hmac ^0.12.1
normal
itertools ^0.10.3
normal
lazy_static ^1.4.0
normal
libsecp256k1 ^0.6.0
normal
optional
log ^0.4.17
normal
memmap2 ^0.5.3
normal
optional
num-derive ^0.3
normal
num-traits ^0.2
normal
pbkdf2 ^0.11.0
normal
qstring ^0.7.2
normal
rand ^0.7.0
normal
optional
rand_chacha ^0.2.2
normal
optional
rustversion ^1.0.7
normal
safecoin-frozen-abi =1.14.17
normal
safecoin-frozen-abi-macro =1.14.17
normal
safecoin-logger =1.14.17
normal
optional
safecoin-program =1.14.17
normal
safecoin-sdk-macro =1.14.17
normal
serde ^1.0.138
normal
serde_bytes ^0.11
normal
serde_derive ^1.0.103
normal
serde_json ^1.0.81
normal
optional
sha2 ^0.10.2
normal
sha3 ^0.10.1
normal
optional
thiserror ^1.0
normal
uriparse ^0.6.4
normal
wasm-bindgen ^0.2
normal
anyhow ^1.0.58
dev
curve25519-dalek ^3.2.1
dev
hex ^0.4.3
dev
static_assertions ^1.1.0
dev
tiny-bip39 ^0.8.2
dev
rustc_version ^0.4
build
js-sys ^0.3.58
normal
Versions
61.47%
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
solana_
sdk
1.14.17
Module program_
utils
Module Items
Functions
In crate solana_
sdk
solana_sdk
Module
program_utils
Copy item path
Source
Functions
ยง
limited_
deserialize
Deserialize with a limit based the maximum amount of data a program can expect to get. This function should be used in place of direct deserialization to help prevent OOM errors