Initial commit

This commit is contained in:
Andrew Golovashevich 2025-12-29 15:10:09 +03:00
commit 27ec357036
5 changed files with 24 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[registries]
landgrafhomyak = { index = "sparse+https://cargo.landgrafhomyak.ru/" }

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/.idea/
Cargo.lock
target/

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "binary-tree-utilities-0"]
path = binary-tree-utilities-0
url = https://git.landgrafhomyak.ru/Algorithms/binary-tree-utilities-0.rs
[submodule "binary-tree-core-0"]
path = binary-tree-core-0
url = https://git.landgrafhomyak.ru/Algorithms/binary-tree-core-0.rs

12
Cargo.toml Normal file
View File

@ -0,0 +1,12 @@
[package]
name = "red-black-tree-0"
edition = "2024"
[lints]
rust = { nonstandard_style = "allow" }
[dependencies]
binary-tree-core-0 = { version = "0.0.0", registry = "landgrafhomyak" }
[patch.landgrafhomyak]
binary-tree-core-0 = { path = "binary-tree-core-0" }

1
binary-tree-core-0 Submodule

@ -0,0 +1 @@
Subproject commit 58be1f002339ddf6d56f2c38fea830f67a59dc9c