aces 0.0.12

Algebra of Cause-Effect Structures
Documentation

aces

Latest version docs Rust MIT

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.42.

To use aces as a library in a Rust project, include these lines in the Cargo.toml file:

[dependencies]
aces = "0.0.12"

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.