https://github.com/shellrow/ndb
Modular, embeddable network-related database library for Rust.
https://github.com/shellrow/ndb
Last synced: 11 months ago
JSON representation
Modular, embeddable network-related database library for Rust.
- Host: GitHub
- URL: https://github.com/shellrow/ndb
- Owner: shellrow
- License: mit
- Created: 2025-07-13T07:34:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-13T15:49:17.000Z (11 months ago)
- Last Synced: 2025-07-13T17:34:49.319Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 636 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ndb
Modular, embeddable network-related database library,
designed for high-performance tools like scanners, monitors, and analyzers.
## Crates
- [`ndb-oui`](./ndb-oui): OUI database with lookup interface.
- [`ndb-tcp-service`](./ndb-tcp-service): TCP service database with lookup interface.
- [`ndb-udp-service`](./ndb-udp-service): UDP service database with lookup interface.
- [`ndb-core`](./ndb-core): Internal utilities shared across ndb crates
## Features
- High-speed lookups
- Optional bundled datasets via cargo (default)features
- Support for custom datasets via runtime loading
- Structured interfaces