* file: small wrap over winapi for windows and stdio for posix
* fs: small wrapper over stat
* slice: slice macro type
modified:
* str and strview are now slices
* coroutines
* string
modified:
* http: fixed a couple of bugs
* strutils: renamed to os, it is now a header for some generic platform-indipendent code
* tracelog: added option to not print newline at the end of a message + bug fixes