consciousness/src
ProofOfConcept 29d5ed47a1 clippy: fix all warnings across all binaries
- &PathBuf → &Path in memory-search.rs signatures
- Redundant field name in graph.rs struct init
- Add truncate(false) to lock file open
- Derive Default for Store instead of manual impl
- slice::from_ref instead of &[x.clone()]
- rsplit_once instead of split().last()
- str::repeat instead of iter::repeat().take().collect()
- is_none_or instead of map_or(true, ...)
- strip_prefix instead of manual slicing

Zero warnings on `cargo clippy`.
2026-02-28 23:47:11 -05:00
..
bin clippy: fix all warnings across all binaries 2026-02-28 23:47:11 -05:00
capnp_store.rs clippy: fix all warnings across all binaries 2026-02-28 23:47:11 -05:00
graph.rs clippy: fix all warnings across all binaries 2026-02-28 23:47:11 -05:00
main.rs clippy: fix all warnings across all binaries 2026-02-28 23:47:11 -05:00
migrate.rs add position field to nodes for stable section ordering 2026-02-28 23:06:27 -05:00
neuro.rs clippy: fix all warnings across all binaries 2026-02-28 23:47:11 -05:00
search.rs poc-memory v0.4.0: graph-structured memory with consolidation pipeline 2026-02-28 22:17:00 -05:00
similarity.rs poc-memory v0.4.0: graph-structured memory with consolidation pipeline 2026-02-28 22:17:00 -05:00