Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(capi): allow cbindgen to generate docs
with `documentation=true` cbindgen now properly generates/copies any rust documentation that are on `#[no_mangle] pub extern "C" fn` into their corresponding declaration in the header file. This will allows to finally start adding some documentation on the CAPI (tfhe.h)
- Loading branch information