Crate checked_expr[][src]

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.