Skip to main content

Module cargo_native

Module cargo_native 

Source
Expand description

Native Cargo/crate registry plugin. Extracts crate name + version from .crate filenames (zero decompression cost). Optionally parses Cargo.toml inside the tarball for deps (only if needed).

Structsยง

CargoPlugin
Native plugin that extracts crate metadata from .crate file paths. Name and version are parsed from the filename (no I/O needed).