index
:
exun
main
Expected and unexpected error handling, for Rust
Mica White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2022-10-23
Changed the use to look nicer with the docs
Botahamec
2022-10-23
Added more constructors
Botahamec
2022-10-23
Implemented AsRef
Botahamec
2022-10-23
Added examples to the README
Botahamec
2022-10-23
Updated README
Botahamec
2022-10-23
Unused variable
Botahamec
2022-10-23
Updated docs
Botahamec
2022-10-23
impl From<Raw> for Exun<E, UnexpectedError>
Botahamec
2022-10-23
Implement Error for Exun<E, RawUnexpected>
Botahamec
2022-10-23
Implement source() on RawUnexpected
Botahamec
2022-10-23
Create the UnexpectedError
Botahamec
2022-10-23
Rename UnexpectedError
Botahamec
2022-10-23
Seal the Result extensions
Botahamec
2022-10-23
Export Result extensions
Botahamec
2022-10-23
Added the result extensions
Botahamec
2022-10-23
Implement From<UnexpectedError>
Botahamec
2022-10-23
Move and rename Expect to Exun
Botahamec
2022-10-22
Swapped out the From implementation
Botahamec
2022-10-22
More useful generic bounds
Botahamec
2022-10-22
Remove non_exhaustive on private type
Botahamec
2022-10-22
From impls and Send+Sync
Botahamec
2022-10-22
Created UnexpectedError
Botahamec
2022-10-22
removed `unwrap_or` and `unwrap_or_default`
Botahamec
2022-10-22
Create the Expect type
Botahamec