code: usage example project

This commit is contained in:
2025-01-11 14:21:03 +01:00
parent ffe9824203
commit f19899fa82
22 changed files with 4589 additions and 0 deletions

19
examples/usage_example/.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
**/config/local.yaml
**/config/*.local.yaml
**/config/production.yaml
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# include cargo lock
!Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
*.sqlite