Crates.io | app-version |
lib.rs | app-version |
version | 0.0.2 |
source | src |
created_at | 2024-10-07 21:41:25.572701 |
updated_at | 2024-10-08 09:30:42.578374 |
description | Application Version |
homepage | |
repository | https://github.com/nimble-rust/nimble |
max_upload_size | |
id | 1400490 |
size | 9,131 |
A simple Rust library for handling semantic versioning.
The Version
struct allows for easy representation and
manipulation of version numbers in the format major.minor.patch
.
Used for serializing version information over the network, particularly for deterministic software.
Version
objects.(u16, u16, u16)
into Version
objects.Add the following to your Cargo.toml
:
[dependencies]
version = "0.0.1"
This project is licensed under the MIT License. See the LICENSE file for details.