aces
Algebra of Cause-Effect Structures — an implementation of the theory. This is the core library of the Ascesis project.
Installation
In principle, aces should build wherever rustc and cargo runs.
Be aware, though, that the project is very much a WIP. The main
toolchain used in development is nightly channel of Rust 1.44.
To use aces as a library in a Rust project, include these lines in
the Cargo.toml file:
[]
= "0.0.13"
See API documentation for information on public interface to the library.
License
aces is licensed under the MIT license. Please read the
LICENSE-MIT file in this repository for more
information.