mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 16:44:06 +02:00
rename to bitbuffer to prepare for writing
This commit is contained in:
parent
0e09a19878
commit
0e58b89ae9
12 changed files with 68 additions and 73 deletions
21
bitbuffer_derive/Cargo.toml
Normal file
21
bitbuffer_derive/Cargo.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[package]
|
||||
name = "bitbuffer_derive"
|
||||
version = "0.7.1"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
description = "Reading bit sequences from a byte slice"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/icewind1991/bitbuffer"
|
||||
|
||||
[lib]
|
||||
name = "bitbuffer_derive"
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = "1.0"
|
||||
quote = "1.0"
|
||||
proc-macro2 = "1.0"
|
||||
syn_util = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
bitbuffer = { version = "0.7", path = ".." }
|
||||
Loading…
Add table
Add a link
Reference in a new issue