File: README.md

package info (click to toggle)
rust-lyon-path 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# lyon::path

Path data structures and tools for vector graphics.

<p align="center">
  <a href="https://crates.io/crates/lyon_path">
      <img src="https://img.shields.io/crates/v/lyon_path.svg" alt="crates.io">
  </a>
  <a href="https://docs.rs/lyon_path">
      <img src="https://docs.rs/lyon_path/badge.svg" alt="documentation">
  </a>
</p>

`lyon_path` can be used as a standalone crate or as part of [lyon](https://docs.rs/lyon/) via the `lyon::path` module.