An open API service indexing awesome lists of open source software.

https://github.com/marcelcoding/dust


https://github.com/marcelcoding/dust

Last synced: 14 days ago
JSON representation

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
```