index
:
exun
main
Expected and unexpected error handling, for Rust
Mica White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Rigorous check on MSRV
Botahamec
2022-10-22
update rust version
Botahamec
2022-10-22
removed `unwrap_or` and `unwrap_or_default`
Botahamec
2022-10-22
Added a note about being no-std
Botahamec
2022-10-22
Started a README
Botahamec
2022-10-22
Remove license
Botahamec
2022-10-22
Update Cargo.toml
Botahamec
2022-10-22
Merge branch 'master' of https://github.com/botahamec/exun
Botahamec
2022-10-22
Create LICENSE.md
Micha White
2022-10-22
Update Cargo.toml
Botahamec
2022-10-22
Create the Expect type
Botahamec