Crates.io | antarc |
lib.rs | antarc |
version | 0.1.0 |
source | src |
created_at | 2021-08-22 04:29:25.681929 |
updated_at | 2021-08-22 04:29:25.681929 |
description | Antarc: custom UDP protocol implementation |
homepage | https://github.com/meowjesty/antarc |
repository | https://github.com/meowjesty/antarc |
max_upload_size | |
id | 440539 |
size | 17,037 |
Antarc is a custom protocol that runs on top of UDP, and supports reliable and unreliable packets. Currently it works (just barely), but the API is unstable and untested.
Consider everything you see here to be unstable, this is mostly experimental code at this point.
The project's goal is to have as much compile information as possible, so every match
, and
if
you see in this code are either 100% required due to the dynamic nature of what is going on, or
some missing type mangling that I've yet to tackle. No dyn Trait
either, only static dispatch.
MIT or APACHE 2.0