Skip to content

An enum combining Result and Option into a single type.

License

Notifications You must be signed in to change notification settings

tencek/result_option

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResultOption

Do your functions often return Result<Option<T>, E>? Then you may find the ResultOption handy.

The API is in a very early stage and not very useful yet. But let's see how it evolves.

It is mainly my personal playground for learning Rust and publishing a crate. Feel free to contribute!

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for development and release guidelines.

About

An enum combining Result and Option into a single type.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages