Skip to content

rustworthy/ipinteger

Repository files navigation

Ipinteger

Rust and Wasm-pack powered IP address parser. See exposed functions description here

Usage (Nodejs land)

const { ipV4ToInt, intToIpV4 } = require("ipinteger"); // './pkg/nodejs/ipinteger'
const ipInt = ipV4ToInt("8.8.8.8");
const ipStr = intToIpV4(0x08080808);

Test & Build (Rust land)

make check
make build

Project Layout

The layout of this crate is generated with wasm-pack new <NAME>

About

Rust & wasm-pack powered IP address parser

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published