Embed a small bit of code that converts between units. An example of a Rust library that can be embedded in Python and Web Assembly.
Go to file
Dorian 8e56f2c14b Add a basic readme and desire of the project. 2019-02-01 08:41:54 -05:00
src Add a basic readme and desire of the project. 2019-02-01 08:41:54 -05:00
.gitignore Add a basic readme and desire of the project. 2019-02-01 08:41:54 -05:00
Cargo.toml Add a basic readme and desire of the project. 2019-02-01 08:41:54 -05:00
LICENSE.md Add a basic readme and desire of the project. 2019-02-01 08:41:54 -05:00
README.md Add a basic readme and desire of the project. 2019-02-01 08:41:54 -05:00

README.md

Embedded Uptime

Embed a small bit of code that gets your local server uptime.

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)

Documentation