big updates v1 rc1

This commit is contained in:
davidon-top 2023-10-06 21:51:59 +02:00
parent 503f52b60a
commit 48b1ffeb99
11 changed files with 387 additions and 101 deletions

3
Cargo.toml Normal file → Executable file
View file

@ -1,6 +1,6 @@
[package]
name = "binf"
version = "0.2.3"
version = "1.0.0-rc1"
edition = "2021"
license = "MIT"
description = "A crate that adds utilities for dealing with binary flags"
@ -10,3 +10,4 @@ repository = "https://github.com/D0A1V2I3D/binf"
documentation = "https://docs.rs/binf/"
[dependencies]
binf_macros = { path = "macros" }