Pos
game::exe::pos
Adding missing instructions `break` + `syscall`. Added `Func` for the game executable. `Pos` now implements `serde::{Serialize, Deserialize}`.
Revised documentation of the library and lint opt-out reasons. Moved some module documentation to it's own file due to overflowing the line limit. Fixed several spelling errors.
Started using `err_impl::Error` where possible.