#mav-link #drones #uav #no-alloc #protocols #unmanned-aerial-vehicles

no-std mavspec_rust_spec

Core interfaces for MAVSpec's Rust code generation toolchain

15 releases

0.3.3 Mar 25, 2024
0.3.2 Mar 20, 2024
0.2.2 Jan 26, 2024
0.1.3 Jan 10, 2024
0.1.2 Dec 30, 2023

#189 in Robotics

Download history 130/week @ 2023-12-25 27/week @ 2024-01-08 32/week @ 2024-01-22 8/week @ 2024-02-26 2/week @ 2024-03-11 504/week @ 2024-03-18 212/week @ 2024-03-25 289/week @ 2024-04-01

1,007 downloads per month
Used in 3 crates (via mavspec)

MIT/Apache

29KB
349 lines

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.

Dependencies

~140–340KB