Saturday, December 28, 2019

Useful library of Rust

ORM

http://diesel.rs/
At least 1 yearsago, it did not support MS SQL Server..

https://docs.rs/tiberius/0.3.2/tiberius/
this supports MS SQL Server. but this is similar to JDBC, not like hibernate.

rust web frameworks:
https://blog.logrocket.com/the-best-rust-frameworks-to-check-out-in-2019/

JavaScript to Rust and Back Again: A wasm-bindgen Tale

https://hacks.mozilla.org/2018/04/javascript-to-rust-and-back-again-a-wasm-bindgen-tale/

https://github.com/alexcrichton/wasm-bindgen
=>
https://github.com/rustwasm/wasm-bindgen

No comments:

Post a Comment

Recursive Matrix and the parallel matrix multiplication using crossbeam and generic constant

This was planned project I posted before. Basically in order to evaluate Rust's claim for zero cost abstraction and the effectiveness o...