An open API service indexing awesome lists of open source software.

https://github.com/pedroco3lho/rust_studies


https://github.com/pedroco3lho/rust_studies

diesel-cli diesel-rs grpc postgresql protobuf rust tonic

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# rust_studies
Rust projects to practice and improve my Rust skills
## Resources so far:
- [Getting Started with Diesel](https://diesel.rs/guides/getting-started)
- [Diesel-postgres (axum examples)](https://github.com/tokio-rs/axum/blob/main/examples/diesel-postgres/src/main.rs)
- [Postgres Data Types](https://www.postgresql.org/docs/current/datatype.html)
- [Build High-Performance REST APIs with Rust and Axum](https://www.twilio.com/en-us/blog/build-high-performance-rest-apis-rust-axum)
- [Axum docs](https://docs.rs/axum/latest/axum/index.html)
- [Calling a Web API (Rust Cookbook)](https://rust-lang-nursery.github.io/rust-cookbook/web/clients/apis.html#calling-a-web-api)
- [DateTime in Rust](https://stackoverflow.com/questions/50072055/converting-unix-timestamp-to-readable-time-string-in-rust)
- [Time Stamps input in PostgreSql](https://www.postgresql.org/docs/current/datatype-datetime.html#DATATYPE-DATETIME-INPUT-TIME-STAMPS)