13 releases
0.0.13 | Apr 15, 2020 |
---|---|
0.0.12 | Jan 25, 2020 |
0.0.9 | Nov 26, 2019 |
0.0.7 | Sep 23, 2019 |
0.0.1 | May 31, 2019 |
#1383 in Algorithms
Used in 2 crates
(via ascesis)
205KB
5K
SLoC
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:
[dependencies]
aces = "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.
Dependencies
~6–16MB
~192K SLoC