Initial commit

This commit is contained in:
Andrew Golovashevich 2025-11-25 22:44:37 +03:00
commit 3e203356f8
5 changed files with 20 additions and 0 deletions

3
.gitignore vendored Normal file
View File

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

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "source-stream-0"]
path = source-stream-0
url = https://git.landgrafhomyak.ru/Parsers/source-stream-0.rs

13
Cargo.toml Normal file
View File

@ -0,0 +1,13 @@
[package]
name = "number-parser-0"
version = "0.0.0"
edition = "2024"
[dependencies]
source-stream-0 = {git = "https://git.landgrafhomyak.ru/Parsers/source-stream-0.rs"}
[workspace]
exclude = ["source-stream-0"]
[lints]
rust = { nonstandard_style = "allow" }

1
source-stream-0 Submodule

@ -0,0 +1 @@
Subproject commit cb10fc8f83288646ff0d87175e369fbfcde961a6

0
src/lib.rs Normal file
View File