Crates.io | modbius-core |
lib.rs | modbius-core |
version | 0.1.0 |
source | src |
created_at | 2021-10-21 16:06:03.699548 |
updated_at | 2021-10-21 16:06:03.699548 |
description | Modbius core parsing library |
homepage | |
repository | https://github.com/DrSloth/modbius |
max_upload_size | |
id | 468553 |
size | 44,163 |
The modbius core parsing library implementing parsing logic meant to be abstracted over.
Parsing is realised here for the modbius specific client/server implementations. Other parsing implementations can be integrated into the modbius framework by depending on this crate and using its traits. In the future there will be a feature gate to not depend on the parsing logic.
modbius-core is a no_std and no_alloc crate. It aims to be completely allocation free and usable for embedded/no_std crates.
It is very important that this library is highly optimised for space and speed such that parsing will not be any kind of bottleneck.
Still a WIP and not usable. However the name is reserved by this version 0.0.1.