arora-simple-data-store 2.0.0

A simple hashmap-backed implementation of the arora-types DataStore.
Documentation
  • Coverage
  • 75%
    3 out of 4 items documented0 out of 2 items with examples
  • Size
  • Source code size: 27.53 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 545.37 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • victorpaleologue

A simple hashmap-backed [DataStore].

The lean, dependency-free reference implementation of [arora_types::data::DataStore]: a HashMap of path-keyed cells, std channels for change subscriptions. Cheaply cloneable — clones share the same storage, so the same blackboard can be handed to the HAL, the bridge, the behavior tree, and the engine at once. Richer backends (e.g. arora-ecbs) can implement the same trait.