Skip to content

ToscaLabs/tosca-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A variant of the tosca library crate for stack-oriented devices

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages