aces

Crates.ioaces
lib.rsaces
version0.0.13
sourcesrc
created_at2019-05-31 15:17:33.04586
updated_at2020-04-15 14:33:20.841223
descriptionAlgebra of Cause-Effect Structures
homepage
repositoryhttps://github.com/k7f/aces
max_upload_size
id138178
size206,525
(k7f)

documentation

README

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

Commit count: 156

cargo fmt