Caution
tosca-stack is in a very early, experimental stage of development.
The APIs are still unstable and subject to change.
Be aware that even a minor version may introduce API breakages.
A major version will be released only when the APIs remain stable and
unchanged for an extended period.
This approach aims to provide clearer and more precise APIs, shaped by user
feedback and suggestions during the initial stages of the project.
This crate is a variant of the tosca library designed specifically for stack-oriented devices. It performs no heap allocations and relies exclusively on stack-allocated data structures.
To build using the debug profile, run:
cargo buildTo build with the release profile, which enables all time and memory
optimizations, run:
cargo build --releaseLicensed under either of
at your option.
Contributions are welcome via pull request. The Rust Code of Conduct applies.
Unless explicitly stated otherwise, all contributions will be licensed under the project defined licenses, without any additional terms or conditions.