20 releases

1.1.1 Mar 21, 2024
0.43.4 Feb 22, 2025
0.43.2 Oct 24, 2024
0.42.2 May 13, 2024
0.8.3 Nov 20, 2022

#1031 in Parser implementations

Download history 8/week @ 2024-11-07 20/week @ 2024-11-14 69/week @ 2024-11-21 22/week @ 2024-11-28 43/week @ 2024-12-05 50/week @ 2024-12-12 8/week @ 2024-12-19 14/week @ 2024-12-26 56/week @ 2025-01-02 7/week @ 2025-01-09 2/week @ 2025-01-23 2/week @ 2025-01-30 22/week @ 2025-02-06 56/week @ 2025-02-13

80 downloads per month
Used in 10 crates (2 directly)

MIT/Apache

210KB
6K SLoC

svgrtypes

Build Status Crates.io Documentation Rust 1.31+

svgrtypes is a collection of parsers for SVG types.

Supported SVG types

Features

  • Complete support of paths, so data like M10-20A5.5.3-4 110-.1 will be parsed correctly.
  • Implicit path commands will be automatically converted into explicit one.
  • Some SVG2 data types support.
  • Pretty fast.

Limitations

  • Accepts only normalized values, e.g. an input text should not contain   or &data;.
  • All keywords must be lowercase. Case-insensitive parsing is supported only for colors (requires allocation for named colors).
  • The <color> followed by the <icccolor> is not supported. As the <icccolor> itself.
  • System colors, like fill="AppWorkspace", are not supported. They were deprecated anyway.

Safety

  • The library should not panic. Any panic considered as a critical bug and should be reported.
  • The library forbids unsafe code.

Alternatives

None.

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.

Dependencies

~665KB
~14K SLoC