emerald_std 0.2.6

bare basic std functionality for the userspace programs for Emerald OS
Documentation
1
2
3
4
5
6
7
8
9
### Emerald: Userspace std

[![Crates.io emerald_std](https://img.shields.io/crates/v/emerald_std)](https://crates.io/crates/emerald_std)
[![docs.rs (with version)](https://img.shields.io/docsrs/emerald_std/latest)](https://docs.rs/emerald_std/latest/emerald_std/)

This is a small library acting as a sort of `libc` for my kernel. This is imported by `std` in `rust` and provide the `sys`
implementation for most features.

See: https://github.com/Amjad50/Emerald