- option_result - A Rust-like Option/Result library https://pub.dev/packages/option_result 3 comments dartlang
- Table of Rust Result and Option Conversion Methods https://github.com/CarlKCarlK/method-calc/ 3 comments rust
- A TypeScript library emulating Rust's Result and Option, for better error handling without exceptions. https://github.com/franeklubi/rustic 32 comments rust
- rusty.hpp: A Borrow Checker and Memory Ownership System for C++20 (+Option, Result, Non-Nullable Values) (heavily inspired from Rust) https://github.com/Jaysmito101/rusty.hpp 14 comments programming
- rusty.hpp: A Borrow Checker and Memory Ownership System for C++20 (+Option, Result, Non-Nullable Values) (heavily inspired from Rust) https://github.com/Jaysmito101/rusty.hpp 24 comments cpp
- Learning Rust Part 1: A kitten's guide to Options and Results https://cherrykitten.dev/blog/rust-1-options-results/ 8 comments rust
- Rust's Option and Result. In Python. https://github.com/pawelrubin/rustshed/ 73 comments rust
- rustic - a TypeScript library providing Rust's Option and Result types https://github.com/franeklubi/rustic 32 comments typescript
- Announcing ReturnSafe: A library that helps you avoid errors with Nullpointers and Exceptions through bringing Rusts Option and Result Types to C# https://github.com/nattube/returnsafe/ 6 comments csharp
- oxide.ts - A package for Rust's Option<T> and Result<T, E> types https://rust-lang.org 19 comments typescript