Crates.io | qhull-sys |
lib.rs | qhull-sys |
version | 0.3.1 |
source | src |
created_at | 2024-02-07 11:35:03.193963 |
updated_at | 2024-02-09 16:49:39.321314 |
description | Rust bindings to Qhull |
homepage | |
repository | https://github.com/LucaCiucci/qhull-rs |
max_upload_size | |
id | 1130413 |
size | 1,453,634 |
Rust Qhull bindings
This are C bindings to the Qhull library. You might prefer to use the qhull
crate if you need a safe wrapper around this crate.
You can find the original C code in the qhull
directory, which is a git submodule of the qhull repository.
This is also a no_std
crate!
Useful links:
This crate uses Qhull, please refer to the Qhull license for more information when using this crate.