rama-core 0.2.0-alpha.11

rama service core code, used by rama and service authors
Documentation
1
2
3
4
5
6
7
8
9
10
//! Combinators for working with or in function of services.
//!
//! See [`Either`] for an example.

mod either;
#[doc(inline)]
pub use either::{
    Either, Either3, Either4, Either5, Either6, Either7, Either8, Either9, define_either,
    impl_async_read_write_either, impl_either, impl_iterator_either,
};