]> git.sesse.net Git - bcachefs-tools-debian/commit
feat(rust/commands): introduce Rust-driven `subvolume` sub-CLI
authorRyan Lahfa <bcachefs@lahfa.xyz>
Sat, 27 Jan 2024 03:23:53 +0000 (04:23 +0100)
committerRyan Lahfa <bcachefs@lahfa.xyz>
Sat, 27 Jan 2024 04:15:19 +0000 (05:15 +0100)
commite1d08fc1fcfc3c0a5aecf99f17dae3445e82c761
tree019e28408dbc0f5616b731524a046bd059503d20
parent9282cb953ce034567cce67336947b731a770f71a
feat(rust/commands): introduce Rust-driven `subvolume` sub-CLI

This makes use of `BcachefsHandle` to introduce an elegant Rust driven CLI for subvolumes.

Signed-off-by: Ryan Lahfa <bcachefs@lahfa.xyz>
src/bcachefs.rs
src/commands/cmd_subvolume.rs [new file with mode: 0644]
src/commands/mod.rs