Skip to content

Rename to packr, clean up flake/README/packages#6

Merged
colinrozzi merged 1 commit intomainfrom
rename-to-packr
Apr 28, 2026
Merged

Rename to packr, clean up flake/README/packages#6
colinrozzi merged 1 commit intomainfrom
rename-to-packr

Conversation

@colinrozzi
Copy link
Copy Markdown
Owner

Summary

  • Rename all crates from pack-* to packr-* (crate names, lib names, all Rust imports)
  • Rewrite README.md — update from "Composite" to "Pack", modern code examples with packr_guest
  • Update flake.nix — renamed package, added nix run .#test and nix run .#pr
  • Clean up packages/ — fix sexpr dep (pack-abipackr-abi), remove stale Cargo.lock files, add workspace exclude
  • All workspace tests + derive tests pass, clippy clean
  • 6/7 example packages build (typed-actor has pre-existing world!() macro issue)

Test plan

  • cargo test --workspace passes
  • cargo test -p packr-abi --features derive passes
  • cargo clippy --workspace clean
  • Example packages build (cargo check --target wasm32-unknown-unknown)

🤖 Generated with Claude Code

@colinrozzi colinrozzi merged commit 62bace2 into main Apr 28, 2026
2 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