summaryrefslogtreecommitdiff
path: root/src/result.rs
AgeCommit message (Collapse)Author
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-08Allow conversion from Option to ResultBotahamec
2023-08-08Add an unexpect fn for Result<T, RawUnexpected>Botahamec
2022-10-23Better docsBotahamec
2022-10-23Documentation changesBotahamec
2022-10-23Updated docsBotahamec
2022-10-23Rename UnexpectedErrorBotahamec
2022-10-23Seal the Result extensionsBotahamec
2022-10-23Export Result extensionsBotahamec
2022-10-23Added the result extensionsBotahamec