-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust: Move FFI bits into
ffi
submodule for each file
The `lib.rs` file was starting to accumulate, and I want to do this before adding more. I just made this up, but an `ffi` submodule in each file seems to work well. It isolates the FFI consumption there still (so e.g. if we want pure Rust unit tests, we don't need to deal with FFI). Closes: #1646 Approved by: jlebon
- Loading branch information
1 parent
99776be
commit 87441d9
Showing
4 changed files
with
159 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters