Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betrusted-io/xous-semver
A compact, cross-device utility for handling semantic versioning.
https://github.com/betrusted-io/xous-semver
Last synced: 2 days ago
JSON representation
A compact, cross-device utility for handling semantic versioning.
- Host: GitHub
- URL: https://github.com/betrusted-io/xous-semver
- Owner: betrusted-io
- Created: 2022-07-08T07:33:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T20:15:39.000Z (8 months ago)
- Last Synced: 2024-12-16T23:48:52.982Z (24 days ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xous-semver
A simple utility for creating and serializing semantic versions.
The utility is primarily used by the helper crates which create and sign binaries for
Betrusted/Precursor. This includes utilities that create the EC and the SoC images.
This need for cross-platform packing of versions is what drives this into a separate
crate that can be included by both build systems.This crate is designed to be runnable on host OS, Xous, or EC. The `std` feature
must be turned off to run on the EC.