File: README.md

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

2D geometric primitives on top of [euclid](https://docs.rs/euclid/).

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

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