xous-semver

Crates.ioxous-semver
lib.rsxous-semver
version0.1.3
sourcesrc
created_at2022-07-08 09:31:35.983526
updated_at2024-05-20 20:15:44.524918
descriptionA utility for porting semantic versions between build system and binary objects
homepagehttps://betrusted.io/
repositoryhttps://github.com/betrusted-io/xous-semver/
max_upload_size
id621711
size12,799
bunnie (bunnie)

documentation

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.

Commit count: 8

cargo fmt