Skip to content

Commit

Permalink
docs: Slight update to book intro (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski authored Oct 15, 2024
1 parent 0cfa6e1 commit e53ce01
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions book/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
> the [doc.rs documentation](https://docs.rs/roadster/latest/roadster/)
> or [open a GitHub discussion](https://github.com/roadster-rs/roadster/discussions/new/choose).***
This book is intended as a guide for how to use [Roadster](https://crates.io/crates/roadster), a web framework for the
Rust programming language. Compared to low-level web frameworks such as [Axum](https://github.com/tokio-rs/axum) or
[Actix](https://actix.rs/), which only provide the functionality to create an API, Roadster aims to provide all the
other functionality needed to create a fully-featured backend or fullstack web app for a more "batteries included"
experience. Roadster is designed to provide sensible defaults for all features while remaining highly configurable,
customizable, and pluggable. This allows you to focus on creating your application instead of wiring up all of your
dependencies, while still allowing you the flexibility to customize your dependencies if needed.
This book is intended as a guide for how to use [Roadster](https://crates.io/crates/roadster), a "batteries included"
web framework for Rust designed to get you moving fast 🏎️. Compared to low-level web frameworks such
as [Axum](https://github.com/tokio-rs/axum) or [Actix](https://actix.rs/), which only provide the functionality to
create an API, Roadster aims to provide all the other functionality needed to create a fully-featured backend or
fullstack web app. Roadster is designed to provide sensible defaults for all features while remaining highly
configurable, customizable, and pluggable. This allows you to focus on creating your application instead of wiring up
all of your dependencies, while still allowing you the flexibility to customize your dependencies if needed.

If you're unsure if Roadster is the best fit for your project, a collection of comparisons to other Rust web frameworks
can be found in [Web framework comparisons](comparisons/index.md). The full list of Roadster's features can be
Expand Down

0 comments on commit e53ce01

Please sign in to comment.