lyon_path 0.15.2

Types and utilities to store, build and iterate over 2D paths.
Documentation
[dependencies.lyon_geom]
version = "0.15.0"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1.0"

[features]
serialization = ["serde", "lyon_geom/serialization"]

[lib]
name = "lyon_path"

[package]
authors = ["Nicolas Silva <nical@fastmail.com>"]
description = "Types and utilities to store, build and iterate over 2D paths."
documentation = "https://docs.rs/lyon_path/"
edition = "2018"
license = "MIT/Apache-2.0"
name = "lyon_path"
repository = "https://github.com/nical/lyon"
version = "0.15.2"