2 releases
0.2.4 | Feb 7, 2024 |
---|---|
0.2.3 | Feb 7, 2024 |
#1128 in HTTP server
26 downloads per month
3MB
25K
SLoC
Contains (WOFF font, 15KB) jost-v4-latin-700italic.woff, (WOFF font, 13KB) jost-v4-latin-500.woff, (WOFF font, 10KB) jost-v4-latin-500.woff2, (WOFF font, 15KB) jost-v4-latin-500italic.woff, (WOFF font, 12KB) jost-v4-latin-500italic.woff2, (WOFF font, 13KB) jost-v4-latin-700.woff and 6 more.
"Rust on Rails"
lib.rs
:
Starting A New Project
To start a new project, you can use cargo-generate:
cargo install loco-cli
❯ loco new
✔ ❯ App name? · myapp
? ❯ What would you like to build? ›
❯ lightweight-service (minimal, only controllers and views)
Rest API (with DB and user auth)
Saas app (with DB and user auth)
Available Features
To avoid compiling unused dependencies, loco gates certain features.
Feature | Default | Description |
---|---|---|
auth_jwt |
true | Enable user authentication. |
cli |
true | Expose Cli commands. |
`testing | false | Test Utilities Module. |
with-db |
true | with-db. |
channels |
false | Enable socket channels. |
Dependencies
~40–78MB
~1.5M SLoC