Projects

A search query parser that takes search query text input, turns them into search tokens and outputs a specific search data format for searching legal text. Made with Rust and compiled to WASM to work on the web client’s machines.
More on the building process.

A memory cache implementation in Rust that supports LRU/FIFO eviction policies with TTL expiration.