pythonic-helper 0.1.1

A library that provides Python-like functions (and some surprises)
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
description = "A library that provides Python-like functions (and some surprises)"
edition = "2021"
include = ["**/*.rs", "Cargo.toml"]
license = "MIT"
name = "pythonic-helper"
readme = "README.md"
repository = "https://github.com/xsamueljr/pythonic-helper"
version = "0.1.1"