Crate sgmlish[][src]

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

Deserialize SGML data to a Rust data structure.

Utilities for expanding entity and character references.

When things don’t go as planned.

Items related to parsing marked sections.

Access to configuration and inner workings of the parser.

Functions for dealing with textual character data.

Utility functions and types for transforming SgmlFragments.

Structs

A list of events from a parsed SGML document.

Enums

Represents a relevant occurrence in an SGML document.