diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-19 12:08:41 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-19 12:08:41 +1000 |
commit | 5359c011a08ef2e06ed54104cc16c32868ca88ff (patch) | |
tree | cc644bb54934fb5d1980bd502c6f93e3737505da /bindgen | |
parent | f926234600af1883c2be259360b44173bb7c12b4 (diff) |
docs
Diffstat (limited to 'bindgen')
-rw-r--r-- | bindgen/BINDGEN.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bindgen/BINDGEN.md b/bindgen/BINDGEN.md index 20ba803..57c0f5b 100644 --- a/bindgen/BINDGEN.md +++ b/bindgen/BINDGEN.md @@ -1 +1,8 @@ This is where we host code generation tools for generating bindings to `celeritas-core` in other languages. + +Planned languages are: + +- OCaml (due to fairly different semantics we may have an extra high-level wrapper around the C bindings for convenience) +- Odin +- Zig +- Rust
\ No newline at end of file |