libsvgparser ![Build Status]

libsvgparser 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.13

Add this to your Cargo.toml:

toml [dependencies] svgparser = "0.6"

License

libsvgparser is licensed under the MPLv2.0.