| Crates.io | opendht-sys |
| lib.rs | opendht-sys |
| version | 1.0.1 |
| created_at | 2025-02-26 17:42:39.632278+00 |
| updated_at | 2025-02-26 17:49:12.016318+00 |
| description | Low-level bindings to the OpenDHT C library |
| homepage | |
| repository | https://github.com/SentryPeer/opendht-sys.git |
| max_upload_size | |
| id | 1570713 |
| size | 1,135,867 |
pkg-config is used to find the opendht-c library on the current system.cmake is tried next with the opendht source in ./vendor/opendht.If we build via cmake, we need the following installed first (Debian or Ubuntu):
fmt-devpkg-configlibgnutls28-dev - yes, on crates.iolibmsgpack-dev - nolibargon2-dev - yes, on crates.iolibasio-dev - nolibfmt-dev - no, needed?nettle-dev - yes, on crates.ioninja-buildTODO: All of the above will be -sys crates and set as dependencies in our Cargo.toml file.