Registry / utility / lyon-core

lyon-core

JSON →
library0.8.0rscratesunverified

Provides common resources and types used across all lyon crates for 2D path tessellation.

# Cargo.toml [dependencies] lyon_core = "0.8.0"
INSTALL
IMPORT
SIG · LYON-CORE
L
lyon-core
utilityrustv0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Point
use lyon_core::math::Point;

Demonstrates using a core type from lyon-core.

use lyon_core::math::Point; fn main() { let p = Point::new(1.0, 2.0); println!("{:?}", p); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
lyon-core — cargo add lyon-core · libregistry