You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
0 commit comments