Docs.rs
edgeparse-core-0.2.3
edgeparse-core 0.2.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
raphaelmansuy
Dependencies
anyhow ^1.0
normal
base64 ^0.22
normal
euclid ^0.22
normal
image ^0.25
normal
optional
indexmap ^2
normal
log ^0.4
normal
pdf-cos ^0.39.0
normal
ordered-float ^4
normal
rayon ^1.10
normal
optional
regex ^1.12
normal
reqwest ^0.12
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
tokio ^1
normal
optional
ttf-parser ^0.25
normal
unicode-normalization ^0.1
normal
zip ^2.2
normal
optional
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
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
Module json
edgeparse_
core
0.2.3
Module json
Module Items
Functions
In edgeparse_
core::
output
edgeparse_core
::
output
Module
json
Copy item path
Source
Expand description
JSON output writer.
Functions
§
to_
json_
string
Serialize a PdfDocument to a JSON string.
write_
json
Write a PdfDocument as JSON to the given writer.