session: extract Session from memory_search to src/session.rs
Generic session state (session_id, seen set, state directory) doesn't belong in the memory search module. Now at crate root, re-exported from memory_search for backwards compatibility. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
228815d807
commit
a00d52214a
3 changed files with 58 additions and 45 deletions
|
|
@ -16,6 +16,9 @@ pub mod subconscious;
|
|||
// Unified configuration
|
||||
pub mod config;
|
||||
|
||||
// Session state
|
||||
pub mod session;
|
||||
|
||||
// Shared utilities
|
||||
pub mod util;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue