This commit is contained in:
Darian Harrison 2023-07-06 16:51:14 +09:00 committed by GitHub
commit 35b870ef9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa
- [Linters](#linters)
- [Libraries](#libraries)
- [Email](#email)
- [MachineLearning](#machine-learning)
## Applications
@ -278,3 +279,9 @@ I renamed the repository to "Awesome Alternatives in Rust". The original name wa
#### [mjml](https://github.com/mjmlio/mjml)
* [mrml](https://github.com/jdrouet/mrml) - Blazing fast reimplementation of mjml in Rust (~200x faster)
### MachineLearning
#### [tch-rs](https://github.com/LaurentMazare/tch-rs)
* [tch-rs](https://docs.rs/tch/latest/tch/) - Rust bindings for the C++ api of PyTorch