starpu-sys

Crates.iostarpu-sys
lib.rsstarpu-sys
version1.0.0
sourcesrc
created_at2024-05-29 18:08:13.270225
updated_at2024-05-29 18:08:13.270225
descriptionLow-level bindings to the StarPU runtime
homepage
repositoryhttps://github.com/HadrienG2/starpu-rs
max_upload_size
id1255713
size9,754
Hadrien G. (HadrienG2)

documentation

README

starpu-sys: Low-level bindings to StarPU

MPL licensed Package on crates.io Documentation Continuous
Integration Requires rustc
1.78.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.

Commit count: 43

cargo fmt