Implement Support for no_std
This allows using rusttype on no_std targets. While this does work, it runs into the cargo bug that leaks the features of the dev-dependencies into the normal dependencies. We still need to figure out a solution for that as otherwise the tests and examples fail to build.
Edited by Christopher Serr