In my opinion data processing / ML / database development is one of the best use case for rust.
You want stable memory management and performance . This is still something than often times is done in C/C++.
There are several promising technologies being developer in rust in that space; tikv (key-value store), materialize (steaming DB), arrow/parquet has a rust implementation, Toshi (Elasticsearch), Tantivy (Lucene), etc