New week, new Rust! What are you folks up to?
Adding a movie recommender example to my hypervector crate.
Seeing if my database software (rustdb) can handle a production database system I support. It is a medium-size MSSQL database ( a few GB ).
Migrating the data is easy, the difficult part is converting a load of custom MSSQL stored procs and functions.
I have a lot working, but there is still lots more to do. I am not committed to actually migrating the system off MSSQL, but it is a possibility.