Project template for a Rust library
- Use as a template to create a new repository.
- Update links and references in
README.md
.
[dependencies]
flowscripter_template_rust_library = "^1"
Build: cargo build
Test: cargo test
Lint: cargo fmt
Sample mermaid diagram to test rendering in markdown:
classDiagram
Foo <|-- Bar
Link to auto-generated API docs:
MIT © Flowscripter