New macro system and stdlib additions

This commit is contained in:
2025-11-21 14:25:03 +01:00
parent b77653f841
commit 603efef28e
230 changed files with 3033 additions and 16640 deletions

18
Cargo.lock generated
View File

@@ -1061,6 +1061,7 @@ dependencies = [
"pastey",
"some_executor",
"substack",
"task-local",
"tokio",
"tokio-util",
"trait-set",
@@ -1110,7 +1111,9 @@ dependencies = [
"orchid-base",
"orchid-extension",
"ordered-float",
"pastey",
"rust_decimal",
"subslice-offset",
"substack",
"test_executors",
"tokio",
@@ -1632,6 +1635,12 @@ version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "subslice-offset"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c883fb2521558a8be70f0f1922babf736f9f72dfbe6ae4f397de3aefb74627ec"
[[package]]
name = "substack"
version = "1.1.1"
@@ -1677,6 +1686,15 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "task-local"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2c821daee0efdf6414970c8185a1c22e259a7ed87b2fd9f7d3c5f5503fd2863"
dependencies = [
"pin-project-lite",
]
[[package]]
name = "test_executors"
version = "0.3.5"