diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-02-28 02:11:05 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-02-28 02:14:40 -0500 |
commit | b6f30fd188b25d048e92e3b25abb28fbeb3f189f (patch) | |
tree | 5cc67477749f281d9e4fd0ec86a966cbb08694e9 /rust-src/bch_bindgen/src/lib.rs | |
parent | 59528398cf367df1e84372946b7031a2e3eb2b7e (diff) |
rust: BkeyValC
Now we have a rust-style enum for key types
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'rust-src/bch_bindgen/src/lib.rs')
-rw-r--r-- | rust-src/bch_bindgen/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-src/bch_bindgen/src/lib.rs b/rust-src/bch_bindgen/src/lib.rs index e853edbb..bce150a4 100644 --- a/rust-src/bch_bindgen/src/lib.rs +++ b/rust-src/bch_bindgen/src/lib.rs @@ -1,5 +1,6 @@ pub mod bcachefs; pub mod btree; +pub mod bkey; pub mod errcode; pub mod keyutils; pub mod log; |