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
13
14
15
[package]
name = "modbus_buffer"
version = "0.0.2"
edition = "2021"
authors = ["pythcoiner <pythcoiner@proton.me>"]
description = "Circular buffer implementation tailored for Modbus communication in no_std environments."
readme = "README.md"
license = "MIT"
repository = "https://github.com/pythcoiner/modbus_buffer"
documentation = "https://docs.rs/modbus_buffer"
keywords = ["modbus", "buffer", "no_std", "embedded"]
categories = ["embedded", "no-std"]