summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-12Removee PR templateBotahamec
2023-08-09Add unwrap methods to ExunBotahamec
2023-08-09Add ResultNoneExtBotahamec
2023-08-09Allow RawUnexpected to be used with no allocBotahamec
2023-08-09Allow the ResultExunExt to be used without allocBotahamec
2023-08-09Remove unnecessary basic usage from docsBotahamec
2023-08-09Add documentationBotahamec
2023-08-08Add From string conversions for UnexpectedErrorBotahamec
2023-08-08Add newline to Cargo.tomlBotahamec
2023-08-08Fix docBotahamec
2023-08-08Fix doc linkBotahamec
2023-08-08Create the expect methodBotahamec
2023-08-08Allow conversion from Option to ResultBotahamec
2023-08-08Add an unexpect fn for Result<T, RawUnexpected>Botahamec
2023-08-08exun::ResultBotahamec
2022-10-23Specified license nicely for CargoBotahamec
2022-10-23Fix box on Github templateBotahamec
2022-10-23Add a pull request templateBotahamec
2022-10-23Documentation fixBotahamec
2022-10-23Better docsBotahamec
2022-10-23Added more links to docsBotahamec
2022-10-23Documentation changesBotahamec
2022-10-23Added cargo clippy lintsBotahamec
2022-10-23Changed the use to look nicer with the docsBotahamec
2022-10-23Exclude vscode settings from .crate fileBotahamec
2022-10-23Added more constructorsBotahamec
2022-10-23Implemented AsRefBotahamec
2022-10-23Added examples to the READMEBotahamec
2022-10-23Updated READMEBotahamec
2022-10-23Unused variableBotahamec
2022-10-23Updated docsBotahamec
2022-10-23impl From<Raw> for Exun<E, UnexpectedError>Botahamec
2022-10-23Implement Error for Exun<E, RawUnexpected>Botahamec
2022-10-23Implement source() on RawUnexpectedBotahamec
2022-10-23Create the UnexpectedErrorBotahamec
2022-10-23Rename UnexpectedErrorBotahamec
2022-10-23Seal the Result extensionsBotahamec
2022-10-23Export Result extensionsBotahamec
2022-10-23Added the result extensionsBotahamec
2022-10-23Implement From<UnexpectedError>Botahamec
2022-10-23Move and rename Expect to ExunBotahamec
2022-10-22Swapped out the From implementationBotahamec
2022-10-22More useful generic boundsBotahamec
2022-10-22Remove non_exhaustive on private typeBotahamec
2022-10-22From impls and Send+SyncBotahamec
2022-10-22Created UnexpectedErrorBotahamec
2022-10-22Rigorous check on MSRVBotahamec
2022-10-22update rust versionBotahamec
2022-10-22removed `unwrap_or` and `unwrap_or_default`Botahamec
2022-10-22Added a note about being no-stdBotahamec