my_rust_lib 0.1.0

A Rust library that provides an add function for both Rust and Python.
Documentation
[dependencies.pyo3]
features = ["extension-module"]
version = "0.18"

[lib]
name = "my_rust_lib"
path = "src/lib.rs"

[package]
authors = ["Kabelo Masemola<kabelo.masemola@maskab.co.za"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A Rust library that provides an add function for both Rust and Python."
edition = "2021"
license = "MIT"
name = "my_rust_lib"
readme = false
version = "0.1.0"