rust_core 0.3.1 rust_core: ^0.3.1 copied to clipboard
Implementation of Rust's core library in a Dart friendly way. Includes Result, Option, Cells, etc. Usable by itself, but also a base for libraries building on Rust Semantics.
0.3.1 #
- Additional extensions
0.3.0 #
- Early Return Notation Signature change
0.2.1 #
- More docs
0.2.0 #
- Add Option Early Return (Do Notation)
- Add all methods for FutureOption
- OnceCell fixes
- LazyCell fixes
- Option fixes
- More Tests
- More extensions
0.1.0 #
- Various extensions
- OnceCell
- LazyCell
- Option
- Result Do Notation
- Migrate over anyhow base
0.0.1 #
- Initial version.