modbius-core

Crates.iomodbius-core
lib.rsmodbius-core
version0.1.0
sourcesrc
created_at2021-10-21 16:06:03.699548
updated_at2021-10-21 16:06:03.699548
descriptionModbius core parsing library
homepage
repositoryhttps://github.com/DrSloth/modbius
max_upload_size
id468553
size44,163
Hassan Abu-Jabir (DrSloth)

documentation

README

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.

Commit count: 26

cargo fmt