asdot 0.1.0

RFC 5396-compliant Autonomous System Number (ASN) parsing and formatting
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "asdot"
version = "0.1.0"
edition = "2024"
description = "RFC 5396-compliant Autonomous System Number (ASN) parsing and formatting"
license = "MIT"
repository = "https://github.com/rcullito/asdot"
keywords = ["asn", "bgp", "network", "asdot", "asdot-plus"]

[dependencies]
thiserror = "2"
derive_more = { version = "1", features = ["display"] }