Projects
Search query parser
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.
Memory cache
A memory cache implementation in Rust that supports LRU/FIFO eviction policies with TTL expiration.