Docs.rs
dharitri-sdk-1.19.0
dharitri-sdk 1.19.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
mangonui
Dependencies
aes ^0.8
normal
anyhow ^1.0
normal
base64 ^0.22
normal
bech32 ^0.11
normal
bip39 ^2.0.0
normal
ctr ^0.9.2
normal
dharitri-chain-core =1.19.0
normal
hex ^0.4.3
normal
hmac ^0.12.1
normal
itertools ^0.14.0
normal
log ^0.4.17
normal
pbkdf2 ^0.12.2
normal
pem ^3.0.2
normal
rand ^0.8.5
normal
scrypt ^0.11
normal
serde ^1.0.130
normal
serde_json ^1.0.68
normal
serde_repr ^0.1.8
normal
sha2 ^0.10.8
normal
sha3 ^0.10.8
normal
uuid ^1.10.0
normal
zeroize ^1.4.2
normal
Versions
7.78%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-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
dharitri_
sdk
1.19.0
In dharitri_
sdk::
utils
dharitri_sdk
::
utils
Function
base64_encode
Copy item path
Source
pub fn base64_encode<T>(to_encode: T) ->
String
where T:
AsRef
<[
u8
]>,