Skip to content

Project Structure

Raul Montoya Cardenas edited this page Jul 29, 2026 · 2 revisions

Project Structure

Wiki hero

Generated with Grok Build: Grok 4.5 · xAI Imagine (/imagine)

SpikeStream.jl/
├── src/
│   ├── SpikeStream.jl       # module + exports
│   └── spike_features.jl    # all feature extractors
├── test/
│   ├── runtests.jl
│   └── fixtures/
│       └── spike_vectors.json   # LIM-41 frozen cases
├── benchmark/
│   ├── Project.toml
│   └── run_benchmarks.jl
├── docs/logo.png
├── .github/workflows/
│   ├── ci.yml
│   └── codecov.yml
├── Project.toml
├── AGENTS.md / REVIEW.md
└── LICENSE-MIT / LICENSE-APACHE

Project.toml

Field Value
name SpikeStream
version 0.1.0
deps Statistics only
test extras Test, JSON (fixture load)
julia compat 1.9, 1.10, 1.11, 1.12

Last updated: July 29, 2026 Updated by: Grok Build: Grok 4.5 Package tip reference: d2229e2 (main)

Clone this wiki locally