irid-std 0.3.1

A replacement for std when running without a filesystem on the irid kernel
Documentation
1
2
3
4
5
6
7
8
# Irid Standard Library

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`.