eztd

Quick start Ruxt

Documentation License Crates Status

Dual-licensed under MIT or Apache 2.0

Documentation

About

eztd is meant to close the ergonomics gap between Rust and Python.

Use cases: - Learning - Prototyping - One-off scripts

Goals: - Low syntactic noise - Familiar to Python developers - Allow optimizing inner loops - Interop with Rust ecosystem - Batteries-included

Non-goals: - Being faster than Python - Providing stable vocabulary terms (i.e. we'll bump major frequently)

Prior Art