Docs.rs
ofd-core-0.2.0
ofd-core 0.2.0
Docs.rs crate page
MIT
16 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
oopschen
Dependencies
fontdb ^0.23
normal
image ^0.25
normal
quick-xml ^0.36
normal
serde ^1
normal
thiserror ^2
normal
tiny-skia ^0.11
normal
ttf-parser ^0.25
normal
zip ^2
normal
image ^0.25
dev
serde_json ^1
dev
Versions
100%
of the crate is documented
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
base64_encode
ofd_
core
0.2.0
In ofd_
core::
crypto
ofd_core
::
crypto
Function
base64_
encode
Copy item path
Source
pub fn base64_encode(data: &[
u8
]) ->
String
Expand description
将字节序列编码为标准 Base64 文本(含
=
填充)。