Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (5 loc) · 533 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 533 Bytes

semver-rust

Alternative implementation of Semantic Versioning 2.0.0, compatible with the crate semver as used by Cargo and other Rust projects.

Why

This library is useful when building JavaScript programs that integrate with Rust, or with Cargo, its standard dependency management system.

Like npm, Cargo uses Semantic Versioning 2.0.0 to specify dependency versions. However, Cargo uses a different and subtly incompatible format to specify version ranges.