Registry / web-framework / perseus

perseus

JSON →
library0.4.2rscratesunverified

A lightning-fast frontend web development platform with full SSR and SSG support.

# Cargo.toml [dependencies] perseus = "0.4.2"
INSTALL
IMPORT
SIG · PERSEUS
P
perseus
web-frameworkrustv0.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PerseusApp
use perseus::PerseusApp;

Minimal Perseus application setup.

use perseus::PerseusApp; #[perseus::main] fn main() -> perseus::Result<()> { let app = PerseusApp::new().build()?; app.run() }
Debug
Known issues
gotchaRequires WASM target and wasm-pack for building.
fix
Install wasm-pack and build with `--target wasm32-unknown-unknown`.
affects: >=0.4.0
Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
perseus — cargo add perseus · libregistry