Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add geds-rs, Rust bindings for GEDS #116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

pablogs98
Copy link

  • Add Rust bidings for GEDS. They are implemented with CXX, which provides the common C glue code for Rust and C++ interoperability.
  • Integrate automatic installation with cmake workflow. These bindings do not need to be compiled when GEDS is compiled, as they are compiled with the target Rust application. As such, the instalation only consists in a copy of the Rust source to the GEDS install directory.
  • These bindings support Ubuntu 20.04 and 22.04.

- Add Rust bidings for GEDS. They are implemented with CXX, which provides the common C glue code for Rust and C++ interoperability.
- Add automatic install with cmake. These bindings do not need to be compiled when GEDS is compiled, as they are compiled with the target Rust application. As such, the instalation only consists in a copy of the Rust source to the GEDS install directory.
- These bindings support Ubuntu 20.04 and 22.04.

Signed-off-by: Pablo Gimeno <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant