#python #helper #function #feedback #pull-request #time #follow

pythonic-helper

A library that provides Python-like functions (and some surprises)

4 releases

0.1.3 Feb 29, 2024
0.1.2 Feb 24, 2024
0.1.1 Feb 24, 2024
0.1.0 Feb 24, 2024

#1813 in Rust patterns

Download history 318/week @ 2024-02-23 130/week @ 2024-03-01 23/week @ 2024-03-08 8/week @ 2024-03-15 1/week @ 2024-03-29

165 downloads per month

MIT license

6KB
95 lines

A Pythonic helper for Rust

Why?

Since my first (and main) language is Python, it was a bit shocking for me to find out that functions like input() don't exist, so... Why not make a crate that adds them?

All contributions are welcome!

This is my first time making a public library (yes, even counting Python), so it's small and probably doesn't follow all the good practices. I'm open to feedback, so please feel free to submit an issue or a pull request, I'd be happy to review it

No runtime deps