chore: restructured the project

docs: added contributing guidelines and updated rreadme
This commit is contained in:
2025-11-21 00:31:19 +03:00
parent 2db5eb3d76
commit 14a143708f
13 changed files with 657 additions and 438 deletions

14
.gitignore vendored
View File

@@ -1,2 +1,14 @@
# Rust
/target
/examples/target
/examples/target
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db