ipcap 0.1.4

🌍 A CLI & library for decoding IP addresses into state, postal code, country, coordinates, etc without internet access.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[path = "src/codegen.rs"]
pub mod codegen;

#[path = "src/names.rs"]
pub mod names;

use codegen::run;

fn main() {
    run()
}