Crates.io | distant-protocol |
lib.rs | distant-protocol |
version | 0.20.0 |
source | src |
created_at | 2023-06-01 07:51:14.585448 |
updated_at | 2023-07-15 01:38:35.007054 |
description | Protocol library for distant, providing data structures used between the client and server |
homepage | https://github.com/chipsenkbeil/distant |
repository | https://github.com/chipsenkbeil/distant |
max_upload_size | |
id | 879535 |
size | 384,931 |
The distant-protocol
library supplies the structs and enums that make up the
messaging structure for distant.
You can import the dependency by adding the following to your Cargo.toml
:
[dependencies]
distant-protocol = "0.20"
This project is licensed under either of
Apache License, Version 2.0, (LICENSE-APACHE or apache-license) MIT license (LICENSE-MIT or mit-license) at your option.