Blog Logo
TAGS

Simple Result Type for Python 3 inspired by Rust - Fully Type Annotated

The package provides a Result type for Python 3 inspired by Rust. The idea is that a result value can be either Ok(value) or Err(error), with a way to differentiate between the two. The package encaps...

Read more...