Docs.rs
easypdf-core-0.1.1
easypdf-core 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
15 August 2026
Links
Repository
crates.io
Source
Owners
loong10k
Dependencies
aes ^0.9
normal
bitflags ^2
normal
cbc ^0.2
normal
chrono ^0.4.45
normal
cipher ^0.5
normal
der ^0.7
normal
hex ^0.4
normal
lopdf ^0.44.0
normal
md-5 ^0.10
normal
pkcs7 ^0.3
normal
rand ^0.8
normal
ring ^0.17
normal
tempfile ^3.27.0
normal
thiserror ^2.0.18
normal
tracing ^0.1
normal
tracing-subscriber >=0.3.20
normal
x509-parser ^0.16
normal
rsa ^0.9
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
Module error
easypdf_
core
0.1.1
Module error
Module Items
Enums
Type Aliases
In crate easypdf_
core
easypdf_core
Module
error
Copy item path
Source
Expand description
easypdf-rust
的错误类型。
提供核心
PdfError
枚举和便捷的
Result
类型别名。
Enums
§
PdfError
easypdf-rust
的核心错误类型。
PdfError
Code
稳定的机器可读 PDF 错误分类。
Type Aliases
§
Result
使用
PdfError
作为错误变体的便捷
Result
类型。