nsip 0.3.3

NSIP Search API client for nsipsearch.nsip.org/api
Documentation
# CODEOWNERS file
# These owners will be requested for review when someone opens a pull request.
# Learn more: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# Default owner for everything in the repo
* @zircote

# Source code
/src/ @zircote

# Tests
/tests/ @zircote

# Benchmarks
/benches/ @zircote

# CI/CD configuration
/.github/ @zircote

# Project configuration
/Cargo.toml @zircote
/Cargo.lock @zircote
/deny.toml @zircote
/clippy.toml @zircote
/rustfmt.toml @zircote