#build-system #versions #semantic #binary #objects #sign #xous

no-std build xous-semver

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

3 releases

0.1.2 Jul 10, 2022
0.1.1 Jul 8, 2022
0.1.0 Jul 8, 2022

#358 in Build Utils

Download history 182/week @ 2023-11-20 286/week @ 2023-11-27 253/week @ 2023-12-04 222/week @ 2023-12-11 210/week @ 2023-12-18 77/week @ 2023-12-25 247/week @ 2024-01-01 276/week @ 2024-01-08 170/week @ 2024-01-15 231/week @ 2024-01-22 347/week @ 2024-01-29 317/week @ 2024-02-05 330/week @ 2024-02-12 246/week @ 2024-02-19 297/week @ 2024-02-26 258/week @ 2024-03-04

1,143 downloads per month
Used in 2 crates

Apache-2.0

13KB
320 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