Docs.rs
rustbasic-core-0.1.21
rustbasic-core 0.1.21
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
herisvan321
Dependencies
bcrypt ^0.19.1
normal
chrono ^0.4.39
normal
chrono-tz ^0.10.0
normal
http ^1.1
normal
http-body-util ^0.1
normal
hyper ^1.0
normal
hyper-util ^0.1
normal
lettre ^0.11
normal
minijinja ^2.19.0
normal
rand ^0.10.1
normal
reqwest ^0.12
normal
rust-embed ^8.11.0
normal
rustbasic-core-macro ^0.1.0
normal
serde ^1.0.228
normal
serde_json ^1.0.140
normal
sqlx ^0.8.3
normal
tokio ^1.52.1
normal
Versions
16.79%
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
Module base64
rustbasic_
core
0.1.21
Module base64
Module Items
Modules
Structs
Functions
In crate rustbasic_
core
rustbasic_core
Module
base64
Copy item path
Source
Modules
§
engine
Structs
§
Decode
Error
Functions
§
decode
Decode a standard Base64 string (ignoring padding).
encode
Encode a byte slice as standard Base64 with padding.