Docs.rs
rust_helpers-2.12.0
rust_helpers 2.12.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ta3pks
Dependencies
base64_light ^0.1.5
normal
optional
futures ^0.3.31
normal
md5 ^0.8.0
normal
optional
rayon ^1.10.0
normal
optional
serde ^1.0.219
normal
optional
serde_json ^1.0.141
normal
optional
tap ^1.0.1
normal
tokio ^1.47.0
normal
optional
serde ^1.0.219
dev
Versions
18.28%
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
rust_
helpers
2.12.0
Base64
Encode
Ext
Required Methods
b64_enc
Implementors
In crate rust_
helpers
rust_helpers
Trait
Base64EncodeExt
Copy item path
Source
pub trait Base64EncodeExt { // Required method fn
b64_enc
(&self) ->
String
; }
Required Methods
§
Source
fn
b64_enc
(&self) ->
String
Implementors
§
Source
§
impl<T>
Base64EncodeExt
for T
where T:
AsRef
<[
u8
]>,