Metadata-Version: 2.1
Name: jevgeni-tarassov-rusty-results
Version: 1.0.1
Summary: Result class similar to Rust's Result
Home-page: https://github.com/tarassov-ch/rusty-results
Author: Jevgeni Tarassov
Author-email: jevgeni@tarassov.ch
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://github.com/tarassov-ch/rusty-results
Description-Content-Type: text/markdown

# rusty-results

_Bringing some culture into the jungle._

This is a very simple project which **loosely** imitates the basics of Rust's `Result` struct. 

There is a [similarly named project](https://pypi.org/project/rusty-results/) by Danile Sanchez Quiros and 
Antonio Jose Checa Bustos, which is way more feature-complete.

