### Build Tokio Example Source: https://github.com/factbirdhq/atat/blob/master/README.md Builds the tokio example for the ATAT crate, demonstrating usage with the standard library and tokio. ```Rust cargo +nightly run --example std-tokio --features std ``` -------------------------------- ### Install cargo-release Source: https://github.com/factbirdhq/atat/blob/master/README.md Installs the cargo-release tool, used for managing releases of the ATAT crate to crates.io. ```Rust cargo install cargo-release ``` -------------------------------- ### Build Embedded Example Source: https://github.com/factbirdhq/atat/blob/master/README.md Builds the embassy example for the ATAT crate, targeting a no_std environment with the embedded feature enabled. ```Rust cargo +nightly run --bin embassy --features embedded --target thumbv6m-none-eabi ``` -------------------------------- ### Run All Tests Source: https://github.com/factbirdhq/atat/blob/master/README.md Executes all tests for the ATAT crate, including those in the tests directory. ```Rust cargo test --tests ``` -------------------------------- ### Rust Driver Crate for U-Blox Short Range Devices Source: https://github.com/factbirdhq/atat/blob/master/README.md This Rust crate provides a driver for U-Blox host-based short range devices (Wi-Fi and BT) with an AT-command interface. It is built on `embedded-hal` and implements ATAT traits. ```Rust /// Driver crate for U-Blox host-based short range devices (wifi and BT) with AT-command interface /// /// [![crates.io][ublox-short-range-rs-crate-img]][ublox-short-range-rs] /// [![docs.rs][ublox-short-range-rs-docs-img]][ublox-short-range-rs-docs] /// /// [ublox-short-range-rs]: https://github.com/BlackbirdHQ/ublox-short-range-rs /// [ublox-short-range-rs-crate-img]: https://img.shields.io/crates/v/ublox-short-range-rs.svg /// [ublox-short-range-rs-docs-img]: https://docs.rs/ublox-short-range-rs/badge.svg /// [ublox-short-range-rs-docs]: https://docs.rs/ublox-short-range-rs/ ``` -------------------------------- ### Rust ESP-AT Network Layer Driver Source: https://github.com/factbirdhq/atat/blob/master/README.md This Rust crate provides the ESP-AT network layer driver for no_std environments. It is designed to work with ESP-AT devices and integrates with the ATAT framework. ```Rust /// ESP-AT network layer driver for no_std /// /// [![crates.io][esp-at-nal-crate-img]][esp-at-nal-crate] /// [![docs.rs][esp-at-nal-docs-img]][esp-at-nal-docs] /// /// [esp-at-nal]: https://github.com/pegasus-aero/rt-esp-at-nal /// [esp-at-nal-crate-img]: https://img.shields.io/crates/v/esp-at-nal.svg /// [esp-at-nal-crate]: https://crates.io/crates/esp-at-nal /// [esp-at-nal-docs-img]: https://docs.rs/esp-at-nal/badge.svg /// [esp-at-nal-docs]: https://docs.rs/esp-at-nal/ ``` -------------------------------- ### Perform Release Source: https://github.com/factbirdhq/atat/blob/master/README.md Executes the release process for the ATAT crate to crates.io using cargo-release, specifying the release type (major, minor, or patch). ```Rust cargo release -- major|minor|patch ``` -------------------------------- ### Rust Driver Crate for Seeed LoRa-E5 Module Source: https://github.com/factbirdhq/atat/blob/master/README.md This Rust crate provides a driver for the Seeed LoRa-E5 LoRaWAN module, facilitating AT-command interactions. It is built upon `embedded-hal` and implements ATAT traits. ```Rust /// Driver crate for the Seeed Lora-E5 LoRaWAN module /// /// [![crates.io][seeed-lora-e5-crate-img]][seeed-lora-e5-crate] /// [![docs.rs][seeed-lora-e5-docs-img]][seeed-lora-e5-docs] /// /// [seeed-lora-e5]: https://github.com/mvniekerk/seeed-lora-e5-at-commands /// [seeed-lora-e5-crate]: https://crates.io/crates/seeed-lora-e5-at-commands /// [seeed-lora-e5-crate-img]: https://img.shields.io/crates/v/seeed-lora-e5-at-commands.svg /// [seeed-lora-e5-docs-img]: https://docs.rs/seeed-lora-e5-at-commands/badge.svg /// [seeed-lora-e5-docs]: https://docs.rs/seeed-lora-e5-at-commands/ ``` -------------------------------- ### Dry Run Release Source: https://github.com/factbirdhq/atat/blob/master/README.md Performs a dry run of the release process for the ATAT crate using cargo-release, allowing verification of changes before publishing. ```Rust cargo release --dry-run -- major|minor|patch ``` -------------------------------- ### Rust Driver Crate for Moko MKL62BA LoRaWAN Module Source: https://github.com/factbirdhq/atat/blob/master/README.md This Rust crate serves as a driver for the Moko MKL62BA LoRaWAN module, enabling AT-command based control. It is compatible with `embedded-hal` and ATAT traits. ```Rust /// Driver crate for the Moko MKL62BA LoRaWAN module /// /// [![crates.io][moko-mkl62ba-crate-img]][moko-mkl62ba-crate] /// [![docs.rs][moko-mkl62ba-docs-img]][moko-mkl62ba-docs] /// /// [moko-mkl62ba]: https://github.com/mvniekerk/moko-mkl62ba-at-commands-rs /// [moko-mkl62ba-crate]: https://crates.io/crates/moko-mkl62ba-at-commands-rs /// [moko-mkl62ba-crate-img]: https://img.shields.io/crates/v/moko-mkl62ba-at-commands.svg /// [moko-mkl62ba-docs-img]: https://docs.rs/moko-mkl62ba-at-commands/badge.svg /// [moko-mkl62ba-docs]: https://docs.rs/moko-mkl62ba-at-commands/ ``` -------------------------------- ### Rust Driver Crate for U-Blox Cellular Devices Source: https://github.com/factbirdhq/atat/blob/master/README.md This Rust crate offers a driver for U-Blox host-based cellular devices, utilizing an AT-command interface. It adheres to `embedded-hal` standards and implements ATAT traits. ```Rust /// Driver crate for U-Blox host-based cellular devices with AT-command interface /// /// [![crates.io][ublox-cellular-rs-crate-img]][ublox-cellular-rs-crates] /// [![docs.rs][ublox-cellular-rs-docs-img]][ublox-cellular-rs-docs] /// /// [ublox-cellular-rs]: https://github.com/BlackbirdHQ/ublox-cellular-rs /// [ublox-cellular-rs-crate-img]: https://img.shields.io/crates/v/ublox-cellular-rs.svg /// [ublox-cellular-rs-crates]: https://crates.io/crates/ublox-cellular-rs /// [ublox-cellular-rs-docs-img]: https://docs.rs/ublox-cellular-rs/badge.svg /// [ublox-cellular-rs-docs]: https://docs.rs/ublox-cellular-rs/ ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.