Skip to content

Commit

Permalink
Move record::c_api back in the main record module.
Browse files Browse the repository at this point in the history
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
ryzhyk committed Dec 22, 2020
1 parent b18c6f3 commit 05a471e
Show file tree
Hide file tree
Showing 3 changed files with 923 additions and 855 deletions.
Loading

0 comments on commit 05a471e

Please sign in to comment.