From 041a126a407421a783009d9d0a1498d9b175434f Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Sat, 14 Dec 2024 11:00:56 -0500 Subject: [PATCH] update all features --- meta/src/lib.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta/src/lib.rs b/meta/src/lib.rs index 791d319da7..3285add39f 100644 --- a/meta/src/lib.rs +++ b/meta/src/lib.rs @@ -38,12 +38,9 @@ //! ``` //! # Feature Flags //! - `ssr` Server-side rendering: Generate an HTML string (typically on the server) -//! - `hydrate` Hydration: use this to add interactivity to an SSRed Leptos app -//! - `stable` By default, Leptos requires `nightly` Rust, which is what allows the ergonomics -//! of calling signals as functions. Enable this feature to support `stable` Rust. +//! - `tracing` Adds integration with the `tracing` crate. //! -//! **Important Note:** You must enable one of `hydrate`, or `ssr` to tell Leptos -//! which mode your app is operating in. +//! **Important Note:** If you’re using server-side rendering, you should enable `ssr`. use futures::{Stream, StreamExt}; use leptos::{