feat: some shit

This commit is contained in:
2026-01-23 13:40:31 +01:00
parent 39b8095497
commit 3be978ffb0
13 changed files with 253 additions and 45 deletions

View File

@@ -2,11 +2,14 @@
name = "float"
version = "0.1.0"
authors = ["Max Richter <jim-x@web.de>"]
edition = "2018"
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
[profile.dev]
panic = "unwind"
[dependencies]
nodarium_macros = { version = "0.1.0", path = "../../../../packages/macros" }
nodarium_utils = { version = "0.1.0", path = "../../../../packages/utils" }

View File

@@ -2,7 +2,7 @@
name = "noise"
version = "0.1.0"
authors = ["Max Richter <jim-x@web.de>"]
edition = "2018"
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]

View File

@@ -7,6 +7,7 @@ nodarium_definition_file!("src/input.json");
#[nodarium_execute]
pub fn execute(min: (i32, i32), max: (i32, i32), seed: (i32, i32)) -> Vec<i32> {
nodarium_utils::log!("random execute start");
concat_arg_vecs(vec![
vec![1],
read_i32_slice(min),