flowscripter_template_rust_library

Crates.ioflowscripter_template_rust_library
lib.rsflowscripter_template_rust_library
version1.1.7
sourcesrc
created_at2021-12-14 19:02:13.058699
updated_at2022-10-03 16:43:55.685297
descriptionProject template for a Rust library.
homepagehttps://github.com/flowscripter
repositoryhttps://github.com/flowscripter/template-rust-library
max_upload_size
id497876
size4,629
(vectronic)

documentation

README

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

classDiagram
    Foo <|-- Bar

API

Link to auto-generated API docs for the library:

API Documentation

License

MIT © Flowscripter

Commit count: 35

cargo fmt