Skip to content

kubo/odpic-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odpic-sys

The procject provides low-level Rust bindings to ODPI-C.

The odpic-sys subdirectory contains rust code for the odpic-sys crate.

The gen-doc subdirectory contains python code to generate odpic-sys/doc.yaml from ODPI-C documents.

The gen-binding subdirectory contains rust code to generate bindings files in odpic-sys/src.

Steps to update odpyc-sys to follow ODPI-C

  1. Update ODPI-C and bindings files

    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

About

Low-level Rust bindings to ODPI-C

Resources

Stars

Watchers

Forks

Packages

No packages published