Registry / utility / pathfinder-content

pathfinder-content

JSON →
library0.5.0rscratesunverified

Vector path utilities for the Pathfinder rendering library, providing geometric operations and path manipulation.

# Cargo.toml [dependencies] pathfinder_content = "0.5.0"
INSTALL
IMPORT
SIG · PATHFINDER-CONTENT
P
pathfinder-content
utilityrustv0.5.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.

Path
use pathfinder_content::path::Path;

Creates a simple path with move and line operations.

use pathfinder_content::path::Path; fn main() { let mut path = Path::new(); path.move_to([0.0, 0.0]); path.line_to([1.0, 1.0]); println!("Path created with {} segments", path.segments().len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
pathfinder-content — cargo add pathfinder-content · libregistry