rusticulum 0.1.0

A Rust implementation of the Reticulum network stack
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rusticulum"
version = "0.1.0"
edition = "2024"
authors = ["Matthew Remmel <matt@remmel.dev>"]
license-file = "LICENSE"
description = "A Rust implementation of the Reticulum network stack"
homepage = "https://github.com/bellrock-cc/rusticulum"
repository = "https://github.com/bellrock-cc/rusticulum"
readme = "README.md"

[dependencies]