Skip to content

Commit

Permalink
Add buffered mod
Browse files Browse the repository at this point in the history
  • Loading branch information
bbqsrc committed Oct 10, 2020
1 parent a1f25f5 commit cbedaa7
Show file tree
Hide file tree
Showing 5 changed files with 1,122 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ description = "The bare essentials of std::io for use in no_std. No alloc!"
license = "Apache-2.0 OR MIT"
edition = "2018"

[dependencies]
memchr = { version = "2", default-features = false, optional = true }

[features]
# default = ["std"]
default = ["memchr"]
std = []
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nightly
Loading

0 comments on commit cbedaa7

Please sign in to comment.