yac
/
yacexits
Archived
3
0
Fork 0

updated to deprecate

This commit is contained in:
Emma Tebibyte 2024-04-24 21:04:20 -06:00
parent 1385e796ca
commit 191d271663
Signed by: emma
GPG Key ID: 06FA419A1698C270
2 changed files with 7 additions and 1 deletions

View File

@ -1,11 +1,12 @@
[package]
name = "yacexits"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
license = "FSFAP"
authors = [ "Emma Tebibyte <emma@tebibyte.media>" ]
description = "no_std exit() reimplementation supporting sysexits.h"
repository = "https://git.tebibyte.media/yac/yacexits"
readme = "README"
[dependencies]
libc = { version = "0.2.14", default-features = false }

5
README Normal file
View File

@ -0,0 +1,5 @@
Do not use—check out the superior rustexits crate [0]. This crate has many flaws
and does not compile on many systems. The rustexits implementation is the
successor to this crate.
[0] <https://crates.io/crates/rustexits>