Skip to content

Commit 228e390

Browse files
committed
Add extra package information
1 parent e807e67 commit 228e390

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name = "rev_buf_reader"
33
version = "0.1.0"
44
authors = ["André Vicente Milack <[email protected]>"]
55
edition = "2018"
6+
description = "Crate that provides a buffered reader capable of reading chunks of bytes of a data stream in reverse order. Its implementation is an adapted copy of BufReader from the nightly std::io."
7+
repository = "https://github.com/Milack27/rev_buf_reader"
8+
exclude = ["base/*"]
9+
readme = "README.md"
10+
license = "MIT"
11+
license-file = "LICENSE"
612

713
[features]
814
default=[]

0 commit comments

Comments
 (0)