knolo-core-rust
Compatibility status: legacy v1–v3 Rust reader/query profile. The TypeScript runtime is the Phase 5 v4 TrustBench reference until Rust supports the v4 container, analyzer identity, retrieval plan, and receipt contract.
Native Rust runtime support for Knolo .knolo packs.
Included in this initial release
mount_pack_from_bytes(&[u8]) -> Packquery(&Pack, &str, QueryOptions) -> Vec<Hit>- Pack parsing support for:
metalexiconpostingsblocks(legacy string array and v3 object array)
Example
use ;
let bytes: = read?;
let pack = mount_pack_from_bytes?;
let hits = query;
for hit in hits
# Ok::