Crate node_semver[][src]

Re-exports

pub use range::Range;

Modules

Structs

Semver version or range parsing error wrapper.

A semantic version, conformant to the semver spec.

Enums

An Identifier type for build and prerelease metadata.

The specific kind of error that occurred. Usually wrapped in a SemverError.

Constants

Maximum length of a semver string.

JavaScript’s MAX_SAFE_INTEGER. This is used to determine the maximum value for integer components in a JS-compatible way.