rustify-stdlib 0.1.1

Prebuilt Rust routines (PyO3) for Python acceleration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-system]
requires = ["maturin>=1.5,<2.0"]
build-backend = "maturin"

[project]
name = "rustify-stdlib"
version = "0.1.0"
description = "Prebuilt Rust routines (PyO3) for Python acceleration"
authors = ["rustify team"]
requires-python = ">=3.9"
classifiers = [
  "Programming Language :: Rust",
  "Programming Language :: Python",
  "Programming Language :: Python :: 3",
]

[project.urls]
Homepage = "https://github.com/homezloco/rustify-ml"