nimble-protocol-header 0.0.14-dev

Nimble Protocol Header
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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`:

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