rhai/no_std/no_std_test
2020-07-25 16:36:50 +08:00
..
src Change no_std sample to bare-bones. 2020-07-22 11:43:58 +08:00
Cargo.toml Add repoTree and repoHome macros. 2020-07-25 16:36:50 +08:00
README.md Refine no-std sample. 2020-07-21 23:08:46 +08:00

no-std Test Sample

This sample application is a bare-bones no-std build for testing.

wee_alloc is used as the allocator.

To Compile

The nightly compiler is required:

cargo +nightly build --release

The release build is optimized for size. It can be changed to optimize on speed instead.