Skip to content

Add 'lsm' shell to work with lsm trees on the command-line#236

Draft
lambdanature wants to merge 2 commits intofjall-rs:mainfrom
lambdanature:lsm-tool
Draft

Add 'lsm' shell to work with lsm trees on the command-line#236
lambdanature wants to merge 2 commits intofjall-rs:mainfrom
lambdanature:lsm-tool

Conversation

@lambdanature
Copy link
Copy Markdown

Implement command-line shell for lsm-tree to create and interact with lsm files. Update README with usage instructions and add tests for tool commands.

Note: The lsm 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 --test tool_tests
cargo install --path . -F tool

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 15, 2026

Codecov Report

❌ Patch coverage is 90.52419% with 47 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/tool.rs 90.52% 47 Missing ⚠️

📢 Thoughts on this report? Let us know!

@lambdanature lambdanature force-pushed the lsm-tool branch 14 times, most recently from be9ac7d to 11317ef Compare January 17, 2026 00:35
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