| Crates.io | starpu-sys |
| lib.rs | starpu-sys |
| version | 3.0.0 |
| created_at | 2024-05-29 18:08:13.270225+00 |
| updated_at | 2025-07-10 19:36:52.222516+00 |
| description | Low-level bindings to the StarPU runtime |
| homepage | |
| repository | https://github.com/HadrienG2/starpu-rs |
| max_upload_size | |
| id | 1255713 |
| size | 18,676 |
This crate contains unsafe Rust bindings to the C API of StarPU.
Using these bindings directly is basically writing C in Rust syntax, which is
neither idiomatic nor safe. But the intent is to later build an idiomatic safe
Rust API on top of these bindings, in a separate starpu crate.
Installation instructions and a project overview can be found in the source repository's toplevel README.