Algebra of Cause-Effect Structures.
In principle, aces
should build wherever rustc
and cargo
runs.
Its executables should run on any
platform
supporting the Rust std
library. Be aware, though, that the project
is very much a WIP. The main toolchain used in development is nightly
channel of Rust 1.37.
To use aces
as a library in a Rust project, include these lines in
the Cargo.toml
file:
toml
[dependencies]
aces = "0.0.3"
See API documentation for information on public interface to the library.
Having Rust installed,
ensure its version is at least 1.37: check with cargo version
and
run rustup update
if needed. Then
bash
$ cargo install aces
will automatically download, build, and install the latest aces
release on crates.io.
C-e structures may be defined in .ces
files. The specification
format, however, isn't documented and is very likely to change (there
are some, perhaps self-explanatory, examples).
Run aces
executable to load c-e structures from .ces
files and
analyse them. By default, the program will check link coherence and
print firing components, if there are any, or inform about structural
deadlock. To see the list of available subcommands and options run
bash
$ aces --help
aces
is licensed under the MIT license. Please read the
LICENSE-MIT file in this repository for more
information.