Skip to content

Commit

Permalink
Simplify cascade_fn! (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
llehtahw committed Apr 9, 2024
1 parent 87e7b15 commit 7a4a78d
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 200 deletions.
21 changes: 21 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ edition = "2021"

[dependencies]
futures = "0.3.30"
pin-project = "1.1.5"
procs = { path = "procs" }

[dev-dependencies]
tokio-test = "0.4.4"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["full"] }
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pub mod prelude {
pub use crate::take;

pub use crate::tuple_proc::{IntoTupleProcessor, TupleProcessFn};
pub use crate::{cascade, cascade_option};
}

pub use prelude::*;
Loading

0 comments on commit 7a4a78d

Please sign in to comment.