https://github.com/marcelcoding/dust
https://github.com/marcelcoding/dust
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcelcoding/dust
- Owner: MarcelCoding
- License: other
- Created: 2021-12-18T12:07:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-31T14:17:27.000Z (almost 4 years ago)
- Last Synced: 2025-09-22T17:04:00.666Z (14 days ago)
- Language: Rust
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dust
## protocol
A package has a 40 bit header and a variable length of data.
```
u8 u32 vec
^ ^ ^
pkg type pkg data size pkg data
```