fix vec trail
This commit is contained in:
commit
731428f798
6 changed files with 126 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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]
|
Loading…
Add table
Add a link
Reference in a new issue