pipa
Pipe Operator Library for Rust.
Features:
- Pipe things into chain of functions.
- Support different types.
- Support pipe for
Try-able types(Option & Result) - Support pipe for async-await with
Try-able types(Option & Result)
Example:
More examples are in tests/test.rs.