modbus_buffer 0.0.2

Circular buffer implementation tailored for Modbus communication in no_std environments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["pythcoiner <pythcoiner@proton.me>"]
categories = ["embedded", "no-std"]
description = "Circular buffer implementation tailored for Modbus communication in no_std environments."
documentation = "https://docs.rs/modbus_buffer"
edition = "2021"
keywords = ["modbus", "buffer", "no_std", "embedded"]
license = "MIT"
name = "modbus_buffer"
readme = "README.md"
repository = "https://github.com/pythcoiner/modbus_buffer"
version = "0.0.2"