Registry / utility / kurbo
library0.13.1rscratesunverified

A 2D curves library providing geometric primitives and operations for vector graphics.

# Cargo.toml [dependencies] kurbo = "0.13.1"
INSTALL
IMPORT
SIG · KURBO
K
kurbo
utilityrustv0.13.1
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.

BezPath
use kurbo::BezPath;

Creates a simple Bezier path with a line segment.

use kurbo::BezPath; fn main() { let mut path = BezPath::new(); path.move_to((0.0, 0.0)); path.line_to((1.0, 1.0)); println!("Path: {:?}", path); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
kurbo — cargo add kurbo · libregistry