Crates.io | nimble-protocol-header |
lib.rs | nimble-protocol-header |
version | 0.0.14-dev |
source | src |
created_at | 2024-10-16 09:59:42.416766 |
updated_at | 2024-10-16 09:59:42.416766 |
description | Nimble Protocol Header |
homepage | |
repository | https://github.com/nimble-rust/nimble |
max_upload_size | |
id | 1411601 |
size | 3,774 |
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.
To include nimble-protocol-header
in your project, add the following to your Cargo.toml
:
[dependencies]
nimble-protocol-header = "0.0.14-dev"