yvanzo: bitmap hi, I tested tests in rust and this is something I came up with. Can you check is I am heading in the right direction with tests, or should I write tests differently? https://github.com/yellowHatpro/mb-exurl-ia-service/tree/master/tests - For unit tests, I am thinking to perform CRUD operations, is that fine? - Regarding docs testing, it seems we can't write docs tests in a rust bin project. There seem to be workarounds, which I will explore soon.