Alexandre Bonnetain

Results 3 issues of Alexandre Bonnetain

It would be great to have a documentation on how DatabaseThingy's subclasses should be implemented. All the `get_database`/`get_table_name` stuff is hard to get at first.

enhancement
help wanted
documentation

Hi, In the company I work for, we are building a software that acts as a man-in-the-middle between some hardware and a server it connects to. We plan to write...

documentation

Hi, I had to add trait bounds to a struct containing a `BiHashMap` to be able to derive the `Default` trait. This is usually not necessary, and I found it...