pythonic-helper 0.1.3

A library that provides Python-like functions (and some surprises)
Documentation
  • Coverage
  • 60%
    6 out of 10 items documented4 out of 6 items with examples
  • Size
  • Source code size: 5.42 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 366.24 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • xsamueljr/pythonic-helper
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • xsamueljr

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