We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e91843 commit bea25cfCopy full SHA for bea25cf
1 file changed
crates/p64/Cargo.toml
@@ -0,0 +1,17 @@
1
+[package]
2
+name = "p64"
3
+version = "0.1.0"
4
+edition = "2021"
5
+rust-version = "1.94"
6
+description = "Palette64: 64×64 BNN attention matrix from 8 phyllotactic HEEL planes"
7
+license = "MIT OR Apache-2.0"
8
+
9
+[dependencies]
10
+phyllotactic-manifold = { path = "../phyllotactic-manifold" }
11
12
+[dev-dependencies]
13
+criterion = { version = "0.5", features = ["html_reports"] }
14
15
+[[bench]]
16
+name = "p64_bench"
17
+harness = false
0 commit comments