ip2asn 0.1.2

A high-performance, memory-efficient Rust crate for mapping IP addresses to Autonomous System (AS) information.
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env bash

set -xeuo pipefail

echo "Cargo files:"
find ./ -type f -name "Cargo.toml" -not -path './.cargo/**' -exec cargo update --dry-run --verbose --manifest-path '{}' \;