nodedb 0.3.0

Local-first, real-time, edge-to-cloud hybrid database for multi-modal workloads
Documentation
1
2
3
4
// SPDX-License-Identifier: BUSL-1.1

//! Highlighting — now delegated to `nodedb-fts` via `InvertedIndex::highlight()`.
//! This file is kept empty; highlight logic lives in `nodedb-fts/src/highlight.rs`.