its_ok
Provides ok and ok_unchecked macros for replacing ? with unwrap and
unwrap_unchecked calls.
Example
use ok;
use Write;
ok!
// The code above gets expanded into this.
let mut buffer = Vecnew;
buffer.write_all.unwrap;