rust-extra

[rust-extra] is a rust crate that provides additional features that are useful extensions to the language or standard libraries. Currently, this list includes:-
- A wrapper around the 'likely' intrinsic, so it can be used without
unsafe
- A wrapper around the 'unlikely' intrinsic, so it can be used without
unsafe
- A macro providing something very similar to a do-while loop
Licensing
The license for this project is MIT.