svgpath 0.1.0

SVG Path Data parser
Documentation
[dependencies]

[lib]
name = "svgpath"
path = "src/lib.rs"

[package]
authors = ["Nor Khasyatillah <mazznoer@ymail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "parser-implementations"]
description = "SVG Path Data parser"
documentation = "https://docs.rs/svgpath/"
edition = "2024"
exclude = [".github/*"]
keywords = ["svg", "path", "parser"]
license = "MIT OR Apache-2.0"
name = "svgpath"
readme = "README.md"
repository = "https://github.com/mazznoer/svgpath-rs"
version = "0.1.0"