Docs.rs
surf-parse-0.10.0
surf-parse 0.10.0
Docs.rs crate page
MIT
28 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
worldMachine
Dependencies
ammonia ^4
normal
clap ^4
normal
optional
colored ^3
normal
optional
pulldown-cmark ^0.12
normal
serde ^1
normal
serde_json ^1
normal
serde_yaml ^0.9
normal
thiserror ^2
normal
toml ^0.8
normal
typst ^0.14
normal
optional
typst-as-lib ^0.15
normal
optional
typst-pdf ^0.14
normal
optional
uniffi ^0.28
normal
optional
wasm-bindgen ^0.2
normal
optional
pretty_assertions ^1
dev
proptest ^1
dev
tokio ^1
dev
Versions
46.55%
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
surf_
parse
0.10.0
Module error
Module Items
Structs
Enums
In crate surf_
parse
surf_parse
Module
error
Copy item path
Source
Structs
§
Diagnostic
A diagnostic message produced during parsing.
Fix
A deterministic auto-fix: one or more text edits applied to the ORIGINAL source bytes (never an AST round-trip), so untouched bytes are preserved exactly.
Text
Edit
A single span-based text edit against the original source.
Enums
§
FixSafety
Safety tier of a
Fix
. Ordered:
Safe < Suggested
, so a requested tier of
Suggested
also applies every
Safe
fix.
Parse
Error
Errors that can occur during parsing.
Severity
Severity level for diagnostics.