Docs.rs
hedera_rust_client-0.1.0
hedera_rust_client 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
daly4
Dependencies
byteorder ^1.4.3
normal
bytes ^1.0.1
normal
chrono ^0.4.19
normal
config ^0.11.0
normal
derive_builder ^0.10.0
normal
ed25519-dalek ^1
normal
hedera_rust_client_derive ^0.1
normal
hex ^0.4.3
normal
http ^0.2.3
normal
itertools ^0.10.0
normal
lazy_static ^1.4.0
normal
num ^0.4.0
normal
num-derive ^0.3.3
normal
num-traits ^0.2.14
normal
once_cell ^1.7.2
normal
parking_lot ^0.11.1
normal
prost ^0.9
normal
rand_chacha ^0.2.1
normal
rand_core ^0.5.1
normal
regex ^1
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha3 ^0.9.1
normal
simple_asn1 ^0.5.1
normal
thiserror ^1.0.25
normal
tiny-bip39 ^0.8.0
normal
tokio ^1.16.1
normal
tonic ^0.6
normal
tracing ^0.1
normal
dotenv ^0.15.0
dev
test-log ^0.2.11
dev
tracing-subscriber ^0.3
dev
tonic-build ^0.6
build
Versions
48.08%
of the crate is documented
Platform
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
hedera_rust_client/
token_kyc_status.rs
1
// re export TokenKycStatus in proto
2
pub use
crate
::proto::services::TokenKycStatus;