stackaddr 0.0.1

Self-describing, layered network address representation, with flexible protocol stacks.
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.base32]
version = "0.5"

[dependencies.serde]
features = ["derive"]
version = "1"

[lib]
name = "stackaddr"
path = "src/lib.rs"

[package]
authors = ["shellrow <shellrow@fortnium.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "data-structures"]
description = "Self-describing, layered network address representation, with flexible protocol stacks."
edition = "2021"
keywords = ["network", "address", "protocol", "stack"]
license = "MIT"
name = "stackaddr"
readme = "README.md"
repository = "https://github.com/fortnium/stackaddr"
version = "0.0.1"