very rudimentary impl

This commit is contained in:
2025-04-20 13:47:17 +03:00
parent 09fdd4ec70
commit e71ff0b785
4 changed files with 135 additions and 18 deletions

36
.gitignore vendored
View File

@@ -1,22 +1,22 @@
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Test binary, built with `go test -c`
*.test
# These are backup files generated by rustfmt
**/*.rs.bk
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Dependency directories (remove the comment below to include it)
# vendor/
# RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# Go workspace file
go.work
go.work.sum
# env file
.env