asmap 0.1.0

IP to ASN lookup using Bitcoin Core's asmap binary trie format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "asmap"
version = "0.1.0"
edition = "2021"
description = "IP to ASN lookup using Bitcoin Core's asmap binary trie format"
license = "MIT"
repository = "https://github.com/0xB10C/asmap"
homepage = "https://github.com/0xB10C/asmap"
documentation = "https://docs.rs/asmap"
readme = "README.md"
keywords = ["asn", "ip", "asmap", "autonomous-system", "bitcoin"]
categories = ["network-programming"]
exclude = ["fixtures/", "flake.nix", "flake.lock"]