add vec ops to numbrs

This commit is contained in:
2024-08-17 13:00:21 +05:30
parent e98cdec0df
commit 09fac0785e
3 changed files with 39 additions and 0 deletions

6
rust/numbrs/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "numbrs"
version = "0.1.0"
edition = "2021"
[dependencies]