#semver #build-system #version #semantic #xous #binary #object

no-std build xous-semver

A utility for porting semantic versions between build system and binary objects

4 releases

0.1.3 May 20, 2024
0.1.2 Jul 10, 2022
0.1.1 Jul 8, 2022
0.1.0 Jul 8, 2022

#138 in Build Utils

Download history 292/week @ 2024-03-27 248/week @ 2024-04-03 281/week @ 2024-04-10 291/week @ 2024-04-17 346/week @ 2024-04-24 242/week @ 2024-05-01 209/week @ 2024-05-08 330/week @ 2024-05-15 321/week @ 2024-05-22 332/week @ 2024-05-29 302/week @ 2024-06-05 243/week @ 2024-06-12 247/week @ 2024-06-19 298/week @ 2024-06-26 322/week @ 2024-07-03 396/week @ 2024-07-10

1,309 downloads per month
Used in 2 crates

Apache-2.0

13KB
318 lines

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.

No runtime deps

Features