rustic
rustic copied to clipboard
rustic is a TypeScript library providing emulation of Rust's Option and Result types (and some useful wrappers for common js functions as well!)
Results
3
rustic issues
Sort by
recently updated
recently updated
newest added
Combinator in Rust like [this](https://kerkour.com/rust-combinators) can really help when use this lib.
In most other similar libraries for option/result, we don't similar type inferencing. I like that for `Option`, once inside if() we can directly use the variable. Similar for `Result`, once...