fk_std 0.2.2

A library used for FOMOSv2-CL development and FOMOS app development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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