Skip to content

Rex v0.5.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 15:27

Today we released Rex v0.5.0.

This release adds the first bounded package-manager workflow for Rex projects.

Highlights:

  • manifest-driven projects with rex.toml
  • rex.lock generation
  • local path dependencies
  • git-pinned dependencies
  • package imports for public functions and public types
  • updated CLI and project documentation

Current package surface supports:

  • pub fn via pkg.fn()
  • pub struct via pkg.Type.new(...)
  • pub enum via pkg.Enum.Variant(...)
  • pub type in signatures via pkg::Alias

This release is intentionally narrow. It focuses on a stable project and package workflow before adding registry complexity.