#template #diagram #api #mermaid #create #testing #class-diagram

flowscripter_template_rust_library

Project template for a Rust library

15 stable releases

new 1.1.10 Feb 14, 2025
1.1.7 Oct 3, 2022
1.1.4 Jun 9, 2022
1.0.2 Feb 24, 2022
0.1.0 Dec 14, 2021

#90 in Template engine

Download history 30/week @ 2024-10-27 60/week @ 2024-11-03 25/week @ 2024-11-10 32/week @ 2024-11-17 31/week @ 2024-11-24 32/week @ 2024-12-01 37/week @ 2024-12-08 28/week @ 2024-12-15 29/week @ 2024-12-22 27/week @ 2024-12-29 36/week @ 2025-01-05 56/week @ 2025-01-12 127/week @ 2025-01-19 166/week @ 2025-01-26 112/week @ 2025-02-02 139/week @ 2025-02-09

553 downloads per month
Used in 2 crates

MIT license

4KB

template-rust-library

version build coverage dependencies rust doc license: MIT

Project template for a Rust library

Project Template Usage

  1. Use as a template to create a new repository.
  2. Update links and references in README.md.

Cargo Crate Usage

[dependencies]
flowscripter_template_rust_library = "^1"

Development

Build: cargo build

Test: cargo test

Lint: cargo fmt

Documentation

Overview

Sample mermaid diagram to test rendering in markdown:

classDiagram
    Foo <|-- Bar

API

Link to auto-generated API docs:

API Documentation

License

MIT © Flowscripter

No runtime deps