zamm_yin 0.0.5

A basic, experimental knowledge-base
docs.rs failed to build zamm_yin-0.0.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: zamm_yin-0.2.1

YIN 阴

Build Status

Yin is a rudimentary, experimental knowledge base. It is inspired by Scone, but is not meant to be a replacement/clone of Scone and its functionality. Yin is both used by, and depends on, Yang for code generation. See the internal documentation for more.

Functionality is basically non-existent at the moment. Please do not use this library.

Note that there is currently only single-threaded support. Unless using a Neo4j Cypher backend, every spawned thread will have its own independent instance of the KB.

Examples

See the docs for examples of how to use the library.

Development

By default, the Neo4j Cypher tests aren't run. To run them:

  1. Ensure that Neo4j version 3 is installed and running (the petgraph dependency doesn't support version 4)
  2. Change the test DB password to dummy_password
  3. Run cargo test -- --ignored