mirror of
https://github.com/encounter/nod-rs.git
synced 2025-12-14 15:46:29 +00:00
Various minor API adjustments
This commit is contained in:
@@ -181,7 +181,7 @@ fn extract_file(bytes: &[u8], out_path: &Path, quiet: bool) -> nod::Result<()> {
|
||||
}
|
||||
|
||||
fn extract_node(
|
||||
node: &Node,
|
||||
node: Node,
|
||||
partition: &mut dyn PartitionBase,
|
||||
base_path: &Path,
|
||||
name: &str,
|
||||
|
||||
@@ -3,6 +3,9 @@ use argp::FromArgs;
|
||||
pub mod cmd;
|
||||
pub(crate) mod util;
|
||||
|
||||
// Re-export nod
|
||||
pub use nod;
|
||||
|
||||
#[derive(FromArgs, Debug)]
|
||||
#[argp(subcommand)]
|
||||
pub enum SubCommand {
|
||||
|
||||
Reference in New Issue
Block a user