leptos 0.1.3

Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces.
Documentation

leptos

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 9 feature flags, 3 of them enabled by default.

default

  • csr
  • serde

csr

  • leptos_dom/web
  • leptos_macro/csr
  • leptos_reactive/csr
  • leptos_server/csr

serde

  • leptos_reactive/serde

hydrate

  • leptos_dom/web
  • leptos_macro/hydrate
  • leptos_reactive/hydrate
  • leptos_server/hydrate

stable

  • leptos_dom/stable
  • leptos_macro/stable
  • leptos_reactive/stable
  • leptos_server/stable

ssr

  • leptos_dom/ssr
  • leptos_macro/ssr
  • leptos_reactive/ssr
  • leptos_server/ssr

tracing

  • leptos_macro/tracing

serde-lite

  • leptos_reactive/serde-lite

miniserde

  • leptos_reactive/miniserde