Prepare for 0.1.0 release - #22
Open
waywardmonkeys wants to merge 7 commits into
Open
waywardmonkeys wants to merge 7 commits into
waywardmonkeys wants to merge 7 commits into
Conversation
Add `0.1.0` requirements to workspace-internal dependencies so `Cargo` can resolve the publish order. Include both repository license texts in each publishable crate package.
Add a runnable root quickstart and a compiling `leit_index` rustdoc example. Correct the index README's planning and execution calls, remove unsupported alloc and serde feature claims, and describe analyzer behavior plus the current immutable `InMemoryIndex` and thin `SegmentIndex` boundaries.
Run the existing publishable-crate minimum-toolchain checks on `Rust 1.88`, matching workspace `rust-version = 1.88.0`.
Show the published dependency stanza and a complete minimal executable in the root `README`. Point crate documentation to the repository example, describe cursor-backed in-memory execution accurately, and restrict the documented `no_std` command to the eight library crates on `x86_64-unknown-none`.
Keep `leit_index` in the no_std matrix and exclude its `std`-only `mmap` feature alongside `std` and `default`.
Update only the transitive test dependency `fastrand` from `2.4.0` to `2.5.0`.
Express the eight-byte posting layout through `as_chunks::<8>()` so the test matches the fixed-width invariant and remains clean under current strict Clippy.
waywardmonkeys
force-pushed
the
release/prepare-0.1.0
branch
from
September 14, 2026 03:53
b439928 to
e8a1b74
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.