fix vec trail

This commit is contained in:
D0A1V2I3D 2023-02-05 11:35:47 +01:00
commit 731428f798
No known key found for this signature in database
GPG key ID: 70C7C44D1C3EC16F
6 changed files with 126 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "binf"
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "A crate that adds utilities for dealing with binary flags"
authors = ["0David <me@davidon.top>"]
readme = "README.md"
repository = "https://github.com/D0A1V2I3D/binf"
documentation = "https://docs.rs/binf/"
[dependencies]