eztd

Crates.ioeztd
lib.rseztd
version0.0.3
sourcesrc
created_at2021-09-15 20:13:02.268519
updated_at2021-09-15 20:21:20.928859
descriptionQuick start Rust
homepage
repositoryhttps://github.com/epage/eztd
max_upload_size
id451969
size18,304
Ed Page (epage)

documentation

README

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

Commit count: 21

cargo fmt