Skip to content

Commit

Permalink
chore(features): added iter feature
Browse files Browse the repository at this point in the history
Signed-off-by: JadKHaddad <jadkhaddad@gmail.com>
  • Loading branch information
JadKHaddad committed Sep 7, 2024
1 parent f2a7969 commit dc9da1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ readme = "README.md"
[features]
default = [
"codec",
"iter",
"futures",
"embedded-io-async",
# dev for now, TODO remove
Expand All @@ -18,9 +19,9 @@ default = [
# "char-fmt",
# "tracing",
]
std = [
] # Implements std::error::Error for error types and core::iter::Iterator using std::io::Read # TODO
std = [] # Implements std::error::Error for error types
codec = ["dep:heapless"] # Enables ready-to-use codec implementations
iter = [] # Implements core::iter::Iterator # TODO
futures = ["dep:futures"] # Implements futures::Stream and futures::Sink
futures-io = [
"futures/std",
Expand Down

0 comments on commit dc9da1b

Please sign in to comment.