wave-memory 0.1.0

A geometric wave-memory system where waves adapt the form. Inspired by Leonov recursive structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "wave-memory"
version = "0.1.0"
edition = "2021"
authors = ["ANDREI LEONOV <a.leonov@paxintrade.com>"]
description = "A geometric wave-memory system where waves adapt the form. Inspired by Leonov recursive structures."
license = "MIT OR Apache-2.0"
repository = "https://github.com/andysay1/wave-memory"
homepage = "https://github.com/andysay1/wave-memory"
readme = "README.md"
keywords = ["geometry", "wave", "memory", "cognition", "adaptive"]
categories = ["science", "simulation", "data-structures"]
exclude = ["/target", "*.bk"]

[dependencies]
rand_pcg = "0.9.0"
rand = "0.9.1"