add tail-efficient logic extension
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
d8e94ee965
commit
5428526120
2 changed files with 84 additions and 0 deletions
|
@ -1,7 +1,9 @@
|
|||
mod bool_ext;
|
||||
mod ext_ext;
|
||||
mod option_ext;
|
||||
mod try_ext_ext;
|
||||
|
||||
pub use bool_ext::{and, or, BoolExt};
|
||||
pub use ext_ext::ExtExt;
|
||||
pub use option_ext::OptionExt;
|
||||
pub use try_ext_ext::TryExtExt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue