// SPDX-License-Identifier: GPL-3.0
// Copyright (c) 2025 Gavin Henry <ghenry@sentrypeer.org>
// Ignore Rust's style conventions for our C FFI bindings
// Use the include! macro to dump our generated bindings right into our crate's main entry point,
// src/lib.rs:
include!;
// Some basic tests to ensure that our bindings are working as expected with
// OpenDHT's C API