ersatz 0.0.1

Entity-Reaction Systems: analysis, transformation, synthesis
Documentation
  • Coverage
  • 0%
    0 out of 11 items documented0 out of 8 items with examples
  • Size
  • Source code size: 9.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • k7f/ersatz
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • k7f

ersatz

Latest version Rust MIT

Analysis, transformation and synthesis of entity-reaction systems. Based on Ehrenfeucht and Rozenberg's theory of Reaction Systems.

Prerequisites

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.

Installation

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.

License

ersatz is licensed under the MIT license. Please read the LICENSE-MIT file in this repository for more information.