Crates.io | ersatz |
lib.rs | ersatz |
version | 0.0.1 |
source | src |
created_at | 2019-06-05 14:43:19.152 |
updated_at | 2019-06-05 14:43:19.152 |
description | Entity-Reaction Systems: analysis, transformation, synthesis |
homepage | |
repository | https://github.com/k7f/ersatz |
max_upload_size | |
id | 139157 |
size | 6,666 |
Analysis, transformation and synthesis of entity-reaction systems. Based on Ehrenfeucht and Rozenberg's theory of Reaction Systems.
In principle, ersatz
should build wherever rustc
and cargo
runs.
Its executables should run on any
platform
supporting Rust std
library.
Be aware, though, that the project is very much WIP. Currently, the main toolchain used in development is nightly channel of Rust 1.37.
Having Rust installed,
ensure its version is at least 1.37: check with cargo version
and
run rustup update
if needed. Then
$ cargo install ersatz
will automatically download, build, and install the latest ersatz
release on crates.io.
ersatz
is licensed under the MIT license. Please read the
LICENSE-MIT file in this repository for more
information.