https://github.com/pplmx/ip-tools
IP Tools in Rust
https://github.com/pplmx/ip-tools
rust
Last synced: 6 months ago
JSON representation
IP Tools in Rust
- Host: GitHub
- URL: https://github.com/pplmx/ip-tools
- Owner: pplmx
- License: apache-2.0
- Created: 2022-07-31T11:22:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-27T21:41:08.000Z (6 months ago)
- Last Synced: 2026-01-28T09:22:01.776Z (6 months ago)
- Topics: rust
- Language: Rust
- Homepage: https://pplmx.github.io/ip-tools/
- Size: 78.1 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ip-tools
[](https://crates.io/crates/ip-tools)
[](https://docs.rs/ip-tools)
[](https://github.com/pplmx/ip-tools/actions)
[](https://coveralls.io/github/pplmx/ip-tools?branch=main)
[](https://rust-github.github.io/)
## Installation
### Cargo
* Install the rust toolchain in order to have cargo installed by following
[this](https://www.rust-lang.org/tools/install) guide.
* run `cargo install ip-tools`
## Usage
```shell
ip-tools --help
```
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
See [CONTRIBUTING.md](CONTRIBUTING.md).