Skip to content

feat: add CI workflow and crates.io publishing metadata#7

Merged
montfort merged 1 commit intomainfrom
feat/ci-and-cargo-metadata
Apr 4, 2026
Merged

feat: add CI workflow and crates.io publishing metadata#7
montfort merged 1 commit intomainfrom
feat/ci-and-cargo-metadata

Conversation

@montfort
Copy link
Copy Markdown
Contributor

@montfort montfort commented Apr 4, 2026

Summary

  • Add cross-platform CI workflow (ubuntu, macos, windows) with cargo fmt --check, cargo clippy, and cargo test
  • Add crates.io metadata to Cargo.toml: repository, homepage, keywords, categories, readme, exclude
  • Fix pre-existing rustfmt issues in test files
  • Validated with cargo publish --dry-run

Test plan

  • cargo publish --dry-run passes
  • cargo fmt --check passes
  • cargo clippy -- -D warnings passes
  • cargo test — 29 tests pass
  • CI workflow runs green on GitHub

🤖 Generated with Claude Code

Add cross-platform CI (ubuntu, macos, windows) with fmt, clippy, and
test checks. Add crates.io metadata fields (repository, homepage,
keywords, categories, exclude). Fix rustfmt formatting in test files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@cla-assistant
Copy link
Copy Markdown

cla-assistant bot commented Apr 4, 2026

CLA assistant check
All committers have signed the CLA.

@cla-assistant
Copy link
Copy Markdown

cla-assistant bot commented Apr 4, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@montfort montfort merged commit 184c803 into main Apr 4, 2026
3 of 4 checks passed
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