Skip to content
#

rust-inspired

Here are 12 public repositories matching this topic...

Ion is a systems programming language transpiled to human-readable C. It enforces memory safety via move-only ownership and stack-local references (no GC). Concurrency is handled through a channels-only model backed by OS threads and structural Send checking.

  • Updated Jul 5, 2026
  • Rust

Improve this page

Add a description, image, and links to the rust-inspired topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rust-inspired topic, visit your repo's landing page and select "manage topics."

Learn more