Crates.io | mavspec_rust_spec |
lib.rs | mavspec_rust_spec |
version | 0.3.4 |
source | src |
created_at | 2023-12-26 12:41:40.462829 |
updated_at | 2024-08-09 06:51:48.859741 |
description | Core interfaces for MAVSpec's Rust code generation toolchain. |
homepage | https://mavka.gitlab.io/home/projects/mavspec |
repository | https://gitlab.com/mavka/libs/mavspec |
max_upload_size | |
id | 1080883 |
size | 28,624 |
Core interfaces for MAVSpec's Rust code generation toolchain. Supports
no-std
(including no-alloc
) targets. Provides optional Serde support.
This crate is a part of MAVSpec code generation toolchain for
MAVLink. While nothing prevents from using this crate directly, such approach
is not encouraged (and not documented). We suggest to import this module from Mavspec as mavspec::rust::gen
.
This project is a member of Mavka family.
alloc
β enables global allocator. Incompatible with no-alloc
targets.std
β enables Rust standard library. Enables alloc
. Incompatible with no-std
targets.serde
β enables Serde support. It will be included with corresponding std
/alloc
features (or without them).Here we simply comply with the suggested dual licensing according to Rust API Guidelines (C-PERMISSIVE).
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.