Docs.rs
oxidize-pdf-1.6.12
oxidize-pdf 1.6.12
Permalink
Docs.rs crate page
AGPL-3.0
Links
Homepage
Repository
crates.io
Source
Owners
bzsanti
Dependencies
aes ^0.8
normal
bitflags ^2.4
normal
cbc ^0.1
normal
chrono ^0.4
normal
cipher ^0.4
normal
flate2 ^1.0
normal
optional
image ^0.25.6
normal
optional
lazy_static ^1.4
normal
md5 ^0.8
normal
num_cpus ^1.16
normal
quick-xml ^0.31
normal
rand ^0.9
normal
rayon ^1.8
normal
optional
regex ^1.10
normal
rusty-tesseract ^1.1.10
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
optional
sha2 ^0.10
normal
subtle ^2.6
normal
tempfile ^3.8
normal
thiserror ^2.0.12
normal
toml ^0.9
normal
tracing ^0.1
normal
unicode-normalization ^0.1
normal
zeroize ^1.8
normal
clap ^4.4
dev
criterion ^0.5
dev
indicatif ^0.17
dev
proptest ^1.7
dev
serde_json ^1.0
dev
tempfile ^3.8
dev
tracing-subscriber ^0.3
dev
libc ^0.2
normal
image ^0.25.6
normal
optional
rusty-tesseract ^1.1.10
normal
optional
winapi ^0.3
normal
Versions
86.37%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
PDFLines
oxidize_
pdf
1.6.12
PDFLines
Provided Methods
pdf_lines
Implementations on Foreign Types
&str
Cow<'a, str>
String
Implementors
In oxidize_
pdf::
parser::
reader
oxidize_pdf
::
parser
::
reader
Trait
PDFLines
Copy item path
Source
pub trait PDFLines:
AsRef
<
str
> { // Provided method fn
pdf_lines
(&self) ->
EOLIter
<'_>
ⓘ
{ ... } }
Provided Methods
§
Source
fn
pdf_lines
(&self) ->
EOLIter
<'_>
ⓘ
Implementations on Foreign Types
§
Source
§
impl
PDFLines
for &
str
Source
§
impl
PDFLines
for
String
Source
§
impl<'a>
PDFLines
for
Cow
<'a,
str
>
Implementors
§