Dorian 5d159644a4 | ||
---|---|---|
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE.md | ||
README.md |
README.md
Embedded Unit Converter
Embed a small bit of code that converts between units of measure, e.g. Fahrenheit to Celsius.
An example of a Rust library that is embeddable in Python and Web Assembly.
Getting setup
Insure the following dependencies are in place:
- Rust v1.32+
- Python 3 Development headers (python3-dev in Ubuntu)