rpm-ostree/rust
Colin Walters 87441d9ec2 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
2018-10-30 14:24:42 +00:00
..
src rust: Move FFI bits into ffi submodule for each file 2018-10-30 14:24:42 +00:00
.gitignore build-sys: Add some gitignore for Rust bits 2018-06-11 13:08:41 +00:00
cargo-vendor-config Add support for YAML treefiles 2018-06-05 13:08:33 +00:00
Cargo.toml rust: Drop crates-io patch and use 0.4.0 2018-10-25 19:01:39 +00:00
cbindgen.toml rust/bindgen: Use #pragma once 2018-10-02 13:14:08 +00:00