mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 16:44:06 +02:00
switch licence to apache/mit
This commit is contained in:
parent
b8d6e4fd7a
commit
7f491a7793
4 changed files with 229 additions and 165 deletions
|
|
@ -3,6 +3,9 @@ name = "bitstream_reader"
|
|||
version = "0.1.0"
|
||||
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/bitstream_reader"
|
||||
|
||||
[dependencies]
|
||||
num-traits = "0.2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue