seawater

Crates.ioseawater
lib.rsseawater
version0.2.2
sourcesrc
created_at2022-05-15 13:03:22.382697
updated_at2022-09-19 14:25:23.517268
descriptionA high performance entity component system useful as a backend for developing GUI applications and video games.
homepage
repositoryhttps://github.com/ii887522/seawater
max_upload_size
id587151
size11,354
ii887522 (ii887522)

documentation

README

seawater

Semantic Versioning 2.0.0 Linux Windows made-with-rust GitHub license Github tag

A high performance entity component system useful as a backend for developing GUI applications and video games.

Table of contents

Prerequisites

Format the project

cargo fmt

Automatically format the project on change

cargo watch -x fmt

Lint the project

cargo clippy --all-features

Automatically lint the project on change

cargo watch -x "clippy --all-features"

Build the project

cargo build

Automatically build the project on change

cargo watch -x build

Test the project

cargo test

Automatically test the project on change

cargo watch -x test
Commit count: 31

cargo fmt