Crate at_parser_rs

Crate at_parser_rs 

Source
Expand description

AT Command Parser Library

This library provides a flexible parser for AT commands, commonly used in embedded systems and communication devices. It supports no_std environments.

Modules§

context
parser

Macros§

at_modules
Macro to define AT command modules Creates a static array of command names and their associated context handlers

Structs§

Args
Structure holding the arguments passed to an AT command

Enums§

AtError
Error types that can occur during AT command processing

Type Aliases§

AtResult
Result type for AT command operations Returns either a static string response or an AtError