fix: pre-public polish — README, API, dead code & CI fixes#38
Merged
Conversation
- Add CI and license badges to README - Fix stale WASM placeholder text and move WASM to working status - Re-export ValidationRule from truss-core public API - Warn (instead of silently ignoring) malformed auto-discovered config - Remove dead validate_matrix_array_elements function (all match arms were no-ops) - Add aarch64-unknown-linux-gnu target to release workflow Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix rustfmt import reflow in lib.rs that failed on CI's stable toolchain
- Add crates.io and codecov badges to README
- Add playground link ("Try it in your browser")
- Replace clone-and-build install with cargo install + release downloads
- Remove "cargo install truss-cli" from Coming Next (now available)
- Add 0.1.0 release date to CHANGELOG
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
JuanMarchetto
approved these changes
Feb 26, 2026
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.
Summary
ValidationRule:pub use validation::ValidationRule;intruss-coreso external crate users can implement custom rules viatruss_core::ValidationRuleunwrap_or_default()with a warning message when.truss.ymlfails to parsevalidate_matrix_array_elementsfunction and its call site (all match arms were comments only)aarch64-unknown-linux-gnuto release matrix: Linux ARM64 binary with cross-compilation setup stepTest plan
cargo fmt --all -- --check— cleancargo clippy --workspace -- -D warnings— cleancargo test --workspace— all tests passvalidate_matrix_array_elementshas zero matches in matrix.rspub use validation::ValidationRulepresent in lib.rs🤖 Generated with Claude Code