24 lines
630 B
Markdown
24 lines
630 B
Markdown
---
|
|
tags:
|
|
- low-level
|
|
- dev
|
|
---
|
|
## #web
|
|
|
|
#### Backend
|
|
- Actix-web
|
|
- Quick
|
|
- Rocket
|
|
[Benchmarks](https://github.com/programatik29/rust-web-benchmarks)
|
|
#### gRPC
|
|
[rust gRPC](https://www.thorsten-hans.com/grpc-services-in-rust-with-tonic/)
|
|
|
|
|
|
## Rayon
|
|
[https://crates.io/crates/rayon](https://crates.io/crates/rayon)
|
|
- Data parallelism
|
|
|
|
# FFI
|
|
[How to implement long-lived variables/state in a library?](https://stackoverflow.com/questions/59028838/how-to-implement-long-lived-variables-state-in-a-library)
|
|
[Foreign Function Interface - Rustonomicon](https://doc.rust-lang.org/nomicon/ffi.html#foreign-function-interface)
|