Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.