| Crates.io | rxegy |
| lib.rs | rxegy |
| version | 0.1.0 |
| created_at | 2025-02-24 18:38:25.745594+00 |
| updated_at | 2025-03-11 15:49:05.945273+00 |
| description | Unofficial Exegy XCAPI in Rust |
| homepage | |
| repository | https://github.com/jcape/rxegy |
| max_upload_size | |
| id | 1567823 |
| size | 247,542 |
This is a simple project to support accessing the Exegy XCAPI API.
In order to build this project, you'll need to have access to the Exegy XCAPI RPMs for RHEL 9---which means you'll need access to the Exegy support site. These should be downloaded and installed locally before starting the devcontainer so the headers and libraries are mounted into the image.
The headers are required to rebuild the generated code in rxegy-sys, but the libraries are required to successfully build/test. As a result, CI in this repo is fairly minimal and any unit tests, are intended to be run locally using pre-commit.