Crate checked_expr

Source
Expand description

Crate providing a procedural macro to make normal operations into overflow checked operations easily

Macrosยง

checked_expr
Procedural macro to convert normal integer operations into overflow-checked operations. The expression will evaluate to Some(result) if all operations succed or to None if any of the operations fails.