This package provides an approximation of the feature in `std` for non-std targets using the Irid kernel.
This can be used without a file system when dynamic linking is not available or simply to write standalone binaries.
This crate works by detecting the target operating system, if it is `none` then an incomplete but mostly code-compatible version of `std` is used.
Otherwise, this crate simply re-exports `std`.