cifly 0.1.3

cifly is the Rust core that powers the CIfly declarative framework for efficient causal inference algorithms.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cifly"
version = "0.1.3"
authors = ["Marcel Wienöbst <marcel.wienoebst@gmx.de>", "Sebastian Weichwald", "Leonard Henckel"]
description = "cifly is the Rust core that powers the CIfly declarative framework for efficient causal inference algorithms."
homepage = "https://cifly.dev"
repository = "https://github.com/mwien/CIfly"
readme = "README.md"
categories = ["science", "algorithms", "parser-implementations"]
keywords = ["causality", "algorithms", "graphs", "reachability"]
license = "MIT"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]