nimble-protocol-header 0.0.14-dev

Nimble Protocol Header
Documentation
  • Coverage
  • 0%
    0 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 3.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.31 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • nimble-rust/nimble
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • piot

nimble-protocol-header

The nimble-protocol-header crate defines a ClientTime struct that is used to represent and handle client-side time in a 16-bit unsigned integer format.

The crate provides serialization and deserialization functionality, allowing seamless integration with network protocols using the flood_rs crate for octet stream reading and writing.

Installation 📦

To include nimble-protocol-header in your project, add the following to your Cargo.toml:

[dependencies]
nimble-protocol-header = "0.0.14-dev"