//! i am sick and tired of the Result, Option API naming
//! conventions in Rust. `is`, `as`, `to`, `into` all the way through.
#![no_std]pubmodbetteroption;pubmodbetterresult;pubmodprelude{pubusesuper::betteroption::{BOption, IntoBOption};pubusesuper::betterresult::{BResult, IntoBResult};}