mavspec_rust_spec

Crates.iomavspec_rust_spec
lib.rsmavspec_rust_spec
version0.3.4
sourcesrc
created_at2023-12-26 12:41:40.462829
updated_at2024-08-09 06:51:48.859741
descriptionCore interfaces for MAVSpec's Rust code generation toolchain.
homepagehttps://mavka.gitlab.io/home/projects/mavspec
repositoryhttps://gitlab.com/mavka/libs/mavspec
max_upload_size
id1080883
size28,624
Mykhailo Ziatin (Sitin)

documentation

README

MAVSpec: Rust Specification

Core interfaces for MAVSpec's Rust code generation toolchain. Supports no-std (including no-alloc) targets. Provides optional Serde support.

πŸ‡ΊπŸ‡¦ repository crates.io docs.rs issues

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.

Cargo Features

  • 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).

License

Here we simply comply with the suggested dual licensing according to Rust API Guidelines (C-PERMISSIVE).

Licensed under either of

at your option.

Contribution

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.

Commit count: 60

cargo fmt