mycroft-support 0.0.1

Runtime support for Mycroft generated code
Documentation
  • Coverage
  • 100%
    92 out of 92 items documented0 out of 54 items with examples
  • Size
  • Source code size: 58.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 9.62 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • maurer/mycroft
    7 0 5
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • maurer

mycroft-support is a crate with code intended to be used for the runtime of programs containing mycroft generated code. If you're not developing mycroft, you probably don't want these docs. mycroft contains the compiler, mycroft-macros contains the plugin to run the compiler during rust compilation, this crate just contains functions and structures used by the generated code.

If you are developing mycroft, or just don't care about an interface not made for you, welcome, this crate essentially implements the datalog backend. This includes database-like functionality and eventually rule execution management.