# fk_std
The [FOMOS kernel](http://github.com/NathanMcMillan54/FOMOSv2-CL/tree/master/kernel/) standard library
### About
fk_std is the standard library for FOMOSv2-CL and later versions, FOMOSv2-CL v2.3.5 runs in the
[Linux kernel](https://github.com/sbFomos/linux/) which by default only supports C and Assembly std. This library makes
it easier to call C std functions from Rust so FOMOS development is easier until or if Rust will become supported in the
Linux kernel.
### TODO:
- [x] Add I/O
- [x] Add string manipulation
- [x] Write documentation for most things