Docs.rs
tf-types-0.1.6
tf-types 0.1.6
Docs.rs crate page
Apache-2.0
04 July 2026
Links
Repository
crates.io
Source
Owners
KodyDennon
Dependencies
argon2 ^0.5
normal
blake3 ^1
normal
chacha20poly1305 ^0.10
normal
ed25519-dalek ^2
normal
fips204 ^0.4
normal
flate2 ^1
normal
hkdf ^0.12
normal
hmac ^0.12
normal
p256 ^0.13
normal
p384 ^0.13
normal
proptest ^1
normal
optional
rand ^0.8
normal
regex ^1
normal
rsa ^0.9
normal
serde ^1
normal
optional
serde_json ^1
normal
optional
sha1 ^0.10
normal
sha2 ^0.10
normal
thiserror ^1
normal
tokio ^1
normal
unicode-normalization ^0.1
normal
ureq ^2
normal
optional
wasmtime ^43.0.1
normal
x25519-dalek ^2
normal
x509-parser ^0.16
normal
jsonschema ^0.18
dev
rcgen ^0.13
dev
serde_json ^1
dev
tempfile ^3
dev
time ^0.3
dev
tokio ^1
dev
which ^6
dev
Versions
30.82%
of the crate is documented
Go to latest version
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
Skip to main content
b64encode
tf_
types
0.1.6
In tf_
types::
crypto
tf_types
::
crypto
Function
b64encode
Copy item path
Source
pub fn b64encode(bytes: &[
u8
]) ->
String
Expand description
Base64 encode / decode helpers for signature payloads.