Skip to content

Conversation

@lambdanature
Copy link

@lambdanature lambdanature commented Jan 10, 2026

Implement command-line tool for SFA file manipulation with create, dump, and extract functionalities. Update README with usage instructions and add tests for tool commands.

Note: The sfa tool is gated via the 'tool' feature to not pollute the dependencies of the crate's [lib] target.

The tool can be built, tested and installed with the following commands:

cargo build -F tool
cargo build --release -F tool
cargo test -F tool
cargo install --path . -F tool

@lambdanature lambdanature force-pushed the sfa-tool branch 9 times, most recently from ae71b41 to 0e49c69 Compare January 12, 2026 01:06
Implement command-line tool for SFA file manipulation with create, dump,
and extract functionalities. Update README with usage instructions and
add tests for tool commands.

Note: The 'sfa' tool is gated via the 'tool' feature to not pollute the
dependencies of the crate's [lib] target.

The tool can be built, tested and installed with the following commands:

    - cargo build -F tool
    - cargo build --release -F tool
    - cargo test -F tool
    - cargo install --path . -F tool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant