Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chayleaf/unbound-rust-mod
A library for writing Unbound modules in Rust
https://github.com/chayleaf/unbound-rust-mod
Last synced: 5 days ago
JSON representation
A library for writing Unbound modules in Rust
- Host: GitHub
- URL: https://github.com/chayleaf/unbound-rust-mod
- Owner: chayleaf
- License: bsd-3-clause
- Created: 2024-08-13T08:39:35.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-13T21:08:44.000Z (3 months ago)
- Last Synced: 2024-08-14T10:55:27.459Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 391 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unbound-rust-mod
This is a library for writing Unbound modules in Rust. See
[`example`](./example) for an example module.Most of Unbound's features don't have safe bindings, so you might have
to write some yourself - in that case, PRs are appreciated.To regenerate the bindings, there's a small problem - you actually
need to run Unbound's configure script for that. That's why I provide a
Nix file to generate them (running `nix build .#bindings` in project
root will produce the bindings at the `result` symlink). Alternatively,
you may call rust-bindgen manually.