Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move record::c_api back in the main record module.
After `record.rs` was split into multiple modules, the C API disappeared from the compiled .so library. This is likely due to this compiler bug: rust-lang/rust#50007 As a workaround until the bug is fixed, we move the API from `record/c_api.rs` to `record/mod.rs`.
- Loading branch information