Docs.rs
oxidize-pdf-1.2.4
oxidize-pdf 1.2.4
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bzsanti
Dependencies
bitflags ^2.4
normal
chrono ^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
rand ^0.8
normal
optional
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
tempfile ^3.8
normal
thiserror ^2.0.12
normal
toml ^0.8
normal
tracing ^0.1
normal
unicode-normalization ^0.1
normal
criterion ^0.5
dev
proptest ^1.7
dev
serde_json ^1.0
dev
tempfile ^3.8
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
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
PDFLines
oxidize_
pdf
1.2.4
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
§