A Tiny, Static, Full-Text Search Engine Using Rust and WebAssembly

Personal website of Matthias Endler, a Software Engineer interested in low-level programming and Backend development. Rust, Go… Read more

Similar

Rust Context Manager

In Python there is a thing called a context manager. It looks like this: with open('file.txt') as f: # setup code runs here print f.read() # teardown code runs here do_other_thing(f) # error: f is not bound here Inside the indented block t... (more…)

Read more »