This website requires JavaScript.
Explore
Help
Sign In
alex
/
bcachefs-tools
Watch
1
Star
0
Fork
0
You've already forked bcachefs-tools
mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced
2025-02-24 00:00:19 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
20aecb42d8
bcachefs-tools
/
rust-src
/
bch_bindgen
/
src
/
lib.rs
8 lines
95 B
Rust
Raw
Normal View
History
Unescape
Escape
split mount into a library crate for rust reuse update makefile to output shared library and rust build fix default.nix to properly get the binary name for `ln`ing - move binary to main.rs add rustfmt and gitignore files move build.rs file into bch_bindgen for reuse between projects add outputs to nix flake and checks add mount.toml to makefile
2021-10-18 20:27:51 +03:00
pub
mod
bcachefs
;
pub
mod
keyutils
;
pub
mod
rs
;
pub
mod
c
{
rust: use rustfmt defaults follow the kernel style guide, i.e idiomatic rust style. Signed-off-by: Alexander Fougner <fougner89@gmail.com>
2023-01-16 11:22:49 +03:00
pub
use
crate
::
bcachefs
::
*
;
split mount into a library crate for rust reuse update makefile to output shared library and rust build fix default.nix to properly get the binary name for `ln`ing - move binary to main.rs add rustfmt and gitignore files move build.rs file into bch_bindgen for reuse between projects add outputs to nix flake and checks add mount.toml to makefile
2021-10-18 20:27:51 +03:00
}
Reference in New Issue
Copy Permalink