# odpic-sys **Repository Path**: mirrors_kubo/odpic-sys ## Basic Information - **Project Name**: odpic-sys - **Description**: Low-level Rust bindings to ODPI-C - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-18 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # odpic-sys The procject provides low-level Rust bindings to [ODPI-C]. The [odpic-sys](odpic-sys) subdirectory contains rust code for the [`odpic-sys`] crate. The [gen-doc](gen-doc) subdirectory contains python code to generate `odpic-sys/doc.yaml` from ODPI-C documents. The [gen-binding](gen-binding) subdirectory contains rust code to generate bindings files in [odpic-sys/src](odpic-sys/src). ## Steps to update odpyc-sys to follow ODPI-C 1. Update ODPI-C and bindings files ```shell cd odpic-sys/odpi git fetch git checkout ODPIC-TAG-NAME cd ../../gen-doc make cd ../gen-binding cargo run ``` 2. Update `odpic-sys/Cargo.toml` and `odpic-sys/README.md` [ODPI-C]: https://oracle.github.io/odpi/ [`odpic-sys`]: https://docs.rs/odpic-sys