quantlet-bigdata 0.1.2

Support for reactive use cases that must reply on very large data: infinite reactive graphs (infinite spreadsheets) associated to non-structured repositories. Reactives are organized in distributed nodes, allowing for automatic persistence and in memory allocation beyond the limits of one single computer.
Documentation
[package]
version = "0.1.2"
name = "quantlet-bigdata"
description = "Support for reactive use cases that must reply on very large data: infinite reactive graphs (infinite spreadsheets) associated to non-structured repositories. Reactives are organized in distributed nodes, allowing for automatic persistence and in memory allocation beyond the limits of one single computer."
readme = "README.md"
documentation = "https://docs.rs/quantlet-bigdata"
authors.workspace = true
categories.workspace = true
edition.workspace = true
exclude.workspace = true
keywords.workspace = true
license-file.workspace = true
repository.workspace = true

[dependencies]

[lib]
# Keep this crate’s benches out of the root quick run so only quantlet handles --quick.
bench = false