Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 251 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 251 Bytes

SeaRust (local search engine)

its an local search engine based tf-idf rust implementation

    cargo run --release -- --serve <DIR>

you can even spin up ui to interactive with engine

    cd searustui
    bun run dev