Crate sgmlish

Crate sgmlish 

Source
Expand description

Simple parsing and deserialization of SGML.

For a quick example of deserialization, see from_fragment.

Re-exports§

pub use error::Error;
pub use error::Result;
pub use parser::parse;
pub use parser::Parser;
pub use parser::ParserConfig;
pub use de::from_fragment;

Modules§

de
Deserialize SGML data to a Rust data structure.
entities
Utilities for expanding entity and character references.
error
When things don’t go as planned.
marked_sections
Items related to parsing marked sections.
parser
Access to configuration and inner workings of the parser.
text
Functions for dealing with textual character data.
transforms
Utility functions and types for transforming SgmlFragments.

Structs§

SgmlFragment
A list of events from a parsed SGML document.

Enums§

SgmlEvent
Represents a relevant occurrence in an SGML document.