zero-to-production
Rust API project
Supplementary codebase for an API development book written in Rust
Code for "Zero To Production In Rust", a book on API development using Rust.
6k stars
77 watching
509 forks
Language: Rust
last commit: 3 months ago bookrust
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/cargo | The Rust package manager responsible for downloading and compiling dependencies for Rust projects. | 12,800 |
rust-lang/rust-clippy | A collection of rules to help improve Rust code by detecting common mistakes and suggesting improvements. | 11,467 |
rust-lang/futures-rs | Provides the foundations for asynchronous programming in Rust. | 5,416 |
launchbadge/sqlx | An async, pure Rust SQL crate with compile-time checked queries and support for multiple databases. | 13,470 |
rust-lang/rustup | A tool that installs and manages multiple versions of the Rust compiler on different platforms. | 6,182 |
rust-embedded/rust-raspberrypi-os-tutorials | A tutorial series for developing operating systems from scratch using Rust on ARMv8-A architecture | 13,693 |
rust-lang/rustlings | A collection of small exercises to help developers learn Rust programming language by reading and writing code. | 54,232 |
rust-embedded/book | Documentation on using Rust to develop firmware for microcontrollers. | 1,121 |
lukemathwalker/cargo-chef | A tool that speeds up Rust Docker builds by caching dependencies and re-hydrating project skeletons. | 1,817 |
jlogan03/tm4c129-launchpad | An example program for the TM4C129-XL Launchpad board written in Rust | 0 |
lukidoescode/yew-fullstack-boilerplate | Provides a pre-configured development environment for building full-stack applications with Rust and Yew. | 58 |
provablehq/leo | A programming language that enables the creation of privately verifiable applications using formally verified circuits | 4,782 |
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,564 |
marcoieni/release-plz | Automates Rust package release with changelog generation and cargo registry publishing | 842 |
tealdeer-rs/tealdeer | A fast implementation of tldr in Rust. | 4,250 |