Docs.rs
pdfv-core-0.1.1
pdfv-core 0.1.1
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tyrchen
Dependencies
aes ^0.9.0
normal
optional
cbc ^0.2.0
normal
optional
cipher ^0.5.1
normal
optional
flate2 ^1.1.9
normal
optional
md-5 ^0.11.0
normal
optional
quick-xml ^0.40.1
normal
rc4 ^0.2.0
normal
optional
regex ^1.12.3
normal
secrecy ^0.10.3
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
sha2 ^0.11.0
normal
optional
subtle ^2.6.1
normal
optional
tempfile ^3.27.0
normal
thiserror ^2.0.18
normal
typed-builder ^0.23.2
normal
criterion ^0.8.2
dev
flate2 ^1.1.9
dev
proptest ^1.11.0
dev
rstest ^0.26.1
dev
serde_json ^1.0.149
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
PdfSource
pdfv_
core
0.1.1
PdfSource
Implementors
In crate pdfv_
core
pdfv_core
Trait
PdfSource
Copy item path
Source
pub trait PdfSource:
Read
+
Seek
{ }
Expand description
Seekable PDF source accepted by
Parser
.
Implementors
§
Source
§
impl<T>
PdfSource
for T
where T:
Read
+
Seek
,