Docs.rs
dtd-parser-0.1.0-alpha3
dtd-parser 0.1.0-alpha3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
17 July 2026
Links
Homepage
crates.io
Source
Owners
songww
Dependencies
derive_more ^0.99
normal
either ^1.6
normal
indexmap ^1.7
normal
nom ^6
normal
nom-greedyerror ^0.3
normal
nom-tracable ^0.7
normal
nom_locate ^3
normal
Versions
22.54%
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
parse_str
dtd_
parser
0.1.0-alpha3
dtd_parser
Function
parse_
str
Copy item path
Source
pub fn parse_str(i: &
str
) ->
Result
<
Vec
<
ElementType
>,
String
>