asdi 0.2.5

Another Simplistic Datalog Implementation (in Rust)
Documentation

asdi

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 13 feature flags, 13 of them enabled by default.

default

  • graphviz
  • parser
  • tabular
  • io

graphviz

    This feature flag does not enable additional features.

parser

  • pest
  • pest_derive

tabular

  • prettytable-rs

io

  • io_csv
  • io_json
  • io_text

pest

    This feature flag does not enable additional features.

pest_derive

    This feature flag does not enable additional features.

prettytable-rs

    This feature flag does not enable additional features.

io_csv

  • csv

io_json

  • serde_json

io_text

  • tabular

csv

    This feature flag does not enable additional features.

serde_json

    This feature flag does not enable additional features.