Docs.rs
brokk-sessionwiki-0.30.1
brokk-sessionwiki 0.30.1
Permalink
Docs.rs crate page
MIT
18 September 2026
Links
Repository
crates.io
Source
Owners
jbellis
Dependencies
anyhow ^1
normal
chrono ^0.4
normal
clap ^4
normal
dirs ^7
normal
rusqlite ^0.40
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.11
normal
tiny_http ^0.12
normal
unicode-normalization ^0.1
normal
walkdir ^2
normal
tempfile ^3
dev
libc ^0.2
normal
Versions
44.92%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module model
sessionwiki
0.30.1
Module model
Module Items
Structs
Enums
In crate sessionwiki
sessionwiki
Module
model
Copy item path
Source
Structs
§
Edit
Event
One concrete edit a session made to one file - the evidence chain’s atom.
snippet
is a bounded excerpt of the change (the resulting code, or the created content) so a later reader can see WHAT changed without re-opening the original session.
Message
Session
Store
Report
One discovered session store on disk (for
scan
).
Enums
§
Edit
Kind
The write tool behind one file edit, normalized across the variants a tool exposes - the evidence of
what kind
of change a session made to a file.
Role