tosca-stack

Crates.iotosca-stack
lib.rstosca-stack
version0.1.0
created_at2026-01-03 22:52:42.456657+00
updated_at2026-01-03 22:52:42.456657+00
descriptionA variant of the tosca library crate for stack-oriented devices.
homepage
repositoryhttps://github.com/ToscaLabs/tosca-stack
max_upload_size
id2020894
size80,659
(Luni-4)

documentation

README

tosca-stack

Actions Codecov LICENSE

[!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.

Building

To build using the debug profile, run:

cargo build

To build with the release profile, which enables all time and memory optimizations, run:

cargo build --release

License

Licensed under either of

at your option.

Contribution

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.

Commit count: 0

cargo fmt