# eztd
> **Quick start Rust**
[][Documentation]

[](https://crates.io/crates/eztd)
Dual-licensed under [MIT](LICENSE-MIT) or [Apache 2.0](LICENSE-APACHE)
## Documentation
- [About](#about)
- [Contribute](CONTRIBUTING.md)
- [CHANGELOG](CHANGELOG.md)
## 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
- [ergo](https://crates.io/crates/ergo)
- [easy_strings](https://crates.io/crates/easy_strings)
- [easy_collections](https://crates.io/crates/easy_collections)
- [xshell](https://github.com/matklad/xshell)
[Documentation]: https://docs.rs/eztd