modbius 0.1.0

Modbius core parsing library
Documentation
  • Coverage
  • 64.41%
    76 out of 118 items documented0 out of 62 items with examples
  • Size
  • Source code size: 43.83 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.64 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • DrSloth/modbius
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DrSloth

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.