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
/
lib.rs
Age
Commit message (
Expand
)
Author
2025-12-08
Stuff
HEAD
main
Mica White
2024-07-11
Fix typo
Botahamec
2023-08-12
Update the version
Botahamec
2023-08-09
Add ResultNoneExt
Botahamec
2023-08-09
Allow RawUnexpected to be used with no alloc
Botahamec
2023-08-09
Allow the ResultExunExt to be used without alloc
Botahamec
2023-08-09
Add documentation
Botahamec
2023-08-08
exun::Result
Botahamec
2022-10-23
Documentation fix
Botahamec
2022-10-23
Better docs
Botahamec
2022-10-23
Added more links to docs
Botahamec
2022-10-23
Added cargo clippy lints
Botahamec
2022-10-23
Changed the use to look nicer with the docs
Botahamec
2022-10-23
Added examples to the README
Botahamec
2022-10-23
Updated README
Botahamec
2022-10-23
Updated docs
Botahamec
2022-10-23
impl From<Raw> for Exun<E, UnexpectedError>
Botahamec
2022-10-23
Rename UnexpectedError
Botahamec
2022-10-23
Export Result extensions
Botahamec
2022-10-23
Added the result extensions
Botahamec
2022-10-23
Move and rename Expect to Exun
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