netrunner_cli 0.5.4

A feature-rich Rust-based CLI to test and analyze your internet connection
Documentation
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Cargo.lock should be committed for binary applications to ensure reproducible builds
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Runtime files
*.log

# Environment variables
.env
.env.local
.env.*.local

# Temporary files
*.tmp
*.temp