svgparser ![Build Status]

svgparser is a pull-based parser for SVG 1.1 Full data format without heap allocations.

It's not an XML parser since it does not only split the content into the XML nodes, but also supports SVG types parsing.

Table of Contents

Documentation

Supported SVG types

See the documentation for details.

Benefits

Limitations

Safety

Alternatives

If you need writing and DOM manipulations - checkout svgdom crate, which is built on top of svgparser.

If you know about other alternatives - please send a pull request.

Usage

Dependency: Rust >= 1.17

Add this to your Cargo.toml:

toml [dependencies] svgparser = "0.7"

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.