Home
last modified time | relevance | path

Searched refs:bindings (Results 1 – 9 of 9) sorted by relevance

/libCEED/rust/libceed-sys/
H A DREADME.md1 # libceed-sys: unsafe bindings to libCEED
3 This is the documentation for the low level (unsafe) Rust bindings to the libCEED C interface.
12 To use low level libCEED bindings in a Rust package, the following `Cargo.toml` can be used.
18 For a development version of the libCEED Rust bindings, use the following `Cargo.toml`.
30 …e `cargo build` in the `rust/libceed-sys` directory to install a local copy and build the bindings.
33 If that file exists during `cargo build` then edits will prompt recompilation of the bindings.
36 If one is developing libCEED C source and testing multiple language bindings at once, a few seconds…
H A Dbuild.rs59 let bindings = bindgen::Builder::default() in main() localVariable
84 bindings in main()
H A DCargo.toml16 Low-level bindings for libCEED library.
/libCEED/
H A DRELEASING.md7 (This will change if/when we stop synchronizing releases across all language bindings.)
36 3. Update and test all the language bindings (see below) within the branch.
43 0. Confirm all the steps above, including all language bindings.
118 Make sure that the generated Julia bindings have been updated
166 …nding the `libceed.so` or `libceed.a` library and providing unsafe Rust bindings (one to one with …
167 2. [`libceed`](https://crates.io/crates/libceed) containing the safe and idiomatic Rust bindings.
H A DREADME.md14 It offers a C99 interface as well as bindings for Fortran, Python, Julia, and Rust.
/libCEED/julia/LibCEED.jl/docs/src/
H A DC.md7 bindings is available in `generate_bindings.jl`.
/libCEED/rust/libceed/
H A DREADME.md20 For a development version of the libCEED Rust bindings, use the following `Cargo.toml`.
/libCEED/doc/sphinx/source/
H A Dprecision.md24 …` inclusion rather than commenting it out, to guarantee that the Python bindings will pick the cor…
/libCEED/doc/papers/joss/
H A Dpaper.md137 The Rust interface also wraps automatically-generated bindings from the `libCEED` C header files, o…