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
12
13
14
15
16
[package]
name = "pythonic-helper"
version = "0.1.1"
edition = "2021"
description = "A library that provides Python-like functions (and some surprises)"
license = "MIT"
repository = "https://github.com/xsamueljr/pythonic-helper"
readme = "README.md"
include = [
    "**/*.rs",
    "Cargo.toml"
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]