added example

This commit is contained in:
2023-09-22 20:54:37 +00:00
parent a83bc5a0f5
commit a5d8da4ef8
14 changed files with 4330 additions and 11 deletions

17
.gitignore vendored
View File

@@ -1,16 +1,13 @@
# ---> Rust
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# 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
/target/
pkg
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# node e2e test tools and outputs
node_modules/
test-results/
end2end/playwright-report/
playwright/.cache/