p 0.0.0

Rust package for Python
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "p"
version = "0.0.0"
description = "Rust package for Python"
authors = ["theshteves <stevenkneiser@gmail.com>"]
repository = "https://github.com/theshteves/p"
license = "MIT"
keywords = ["p", "python", "ru", "extension", "theshteves"]
include = [
    "**/*.rs",
    "Cargo.toml",
]

[dependencies]