Skip to content

Implement Support for no_std

Christopher Serr requested to merge CryZe/rusttype:no-std into master

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

Merge request reports