3 stable releases

2.0.1 Jun 9, 2025
2.0.0 May 4, 2025
1.0.0 May 29, 2024

#401 in Concurrency

Download history 103/week @ 2025-04-30 25/week @ 2025-05-07 8/week @ 2025-05-14 94/week @ 2025-06-04 24/week @ 2025-06-11

119 downloads per month

MPL-2.0 license

8KB
94 lines

starpu-sys: Low-level bindings to StarPU

MPL licensed Package on crates.io Documentation Continuous Integration Requires rustc 1.82.0+

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.

Dependencies

~0.2–13MB
~92K SLoC