ph-mobile-network 0.1.4

A library for identifying mobile network operators in the Philippines based on phone number prefixes.
Documentation
1
2
3
4
5
6
7
export CARGO_INCREMENTAL=0
export RUSTFLAGS="-Zinstrument-coverage"
export LLVM_PROFILE_FILE="ph-mobile-network-%p-%m.profraw"

cargo clean
cargo test
grcov . -s . --binary-path ./target/debug/ -t html --branch --ignore-not-existing -o ./target/debug/coverage/