Crates.io | aces |
lib.rs | aces |
version | 0.0.13 |
source | src |
created_at | 2019-05-31 15:17:33.04586 |
updated_at | 2020-04-15 14:33:20.841223 |
description | Algebra of Cause-Effect Structures |
homepage | |
repository | https://github.com/k7f/aces |
max_upload_size | |
id | 138178 |
size | 206,525 |
Algebra of Cause-Effect Structures — an implementation of the theory. This is the core library of the Ascesis project.
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:
[dependencies]
aces = "0.0.13"
See API documentation for information on public interface to the library.
aces
is licensed under the MIT license. Please read the
LICENSE-MIT file in this repository for more
information.