Add your description here
Project description
Rusty Calc
Setup the project
- Clone the repository.
git clone git@github.com:deependujha/rustycalc.git
cd rustycalc
- Run the project.
uv sync
uv build
pip install dist/rustycalc.{...}.whl --force-reinstall # choose according to yours
Or,
maturin develop --release
pip install -e .
Usage
import rustycalc as rc
print(f"{dir(rc)=}\n")
print("-"*50)
print(f"{rc.sum(5,4)=}\n")
print(f"{rc.diff(5,4)=}\n")
print(f"{rc.factorial(6)=}\n")
print(f"{rc.fibonacci(7)=}\n")
print("-"*50)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rustycalc-0.1.2.tar.gz
(14.4 kB
view details)
File details
Details for the file rustycalc-0.1.2.tar.gz.
File metadata
- Download URL: rustycalc-0.1.2.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d0d5c5f1e3cee4ad13d51669169f36d9bee2f01074d758a1252c3beaab77d68
|
|
| MD5 |
65b163f7fc8162f3077106a64a7dc4f4
|
|
| BLAKE2b-256 |
e16d22833a29a58579e196cfe5a81fb0821e1fdab1cc8d138e590db255109617
|