Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 18.21 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.19 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ergo-rs/ergo
    12 2 22
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • epage

eztd

Quick start Rust

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