server: api doc part 3

This commit is contained in:
nym21
2025-10-08 17:48:15 +02:00
parent a53f89c849
commit 114228e8eb
29 changed files with 645 additions and 319 deletions

View File

@@ -3,8 +3,9 @@ use std::{fs, path::Path};
use brk_computer::Computer;
use brk_error::Result;
use brk_indexer::Indexer;
use brk_interface::{Index, Interface, Params, ParamsOpt};
use brk_interface::{Interface, Params, ParamsOpt};
use brk_parser::Parser;
use brk_structs::Index;
use vecdb::Exit;
pub fn main() -> Result<()> {