libsemverator 0.10.2

A library for working with semantic versioning (libpkgx implementation)
Documentation
1
2
3
4
5
6
7
8
mod error;
pub mod range;
pub mod semver;

pub use error::{Error, Result};

#[cfg(test)]
mod tests;