| LOW | Makefile.toml | 1 | ###################### |
| LOW | tools/ssr-e2e-harness/src/lib.rs | 121 | /// |
| LOW | examples/function_router/src/lib.rs | 1 | // # Implementation Note: |
| LOW | examples/axum_ssr_router/src/bin/ssr_router_server.rs | 161 | let tower_service = app.clone(); |
| LOW | examples/.cargo/dummy-min-size-config.toml | 1 | # This file is intentionally left empty. |
| LOW | examples/function_todomvc/src/hooks/use_bool_toggle.rs | 21 | fn deref(&self) -> &Self::Target { |
| LOW | examples/function_todomvc/src/hooks/use_bool_toggle.rs | 41 | /// move |_| { |
| LOW | packages/yew-router-macro/src/lib.rs | 1 | mod routable_derive; |
| LOW | packages/yew-router-macro/src/lib.rs | 21 | /// Secure, |
| LOW | packages/yew-macro/tests/derive_props/pass.rs | 1 | #![recursion_limit = "128"] |
| LOW | packages/yew-macro/tests/classes_macro/classes-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | …ro/tests/function_component_attr/without-props-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | …macro/tests/function_component_attr/with-props-pass.rs | 1 | // Shadow primitives |
| LOW | …s/yew-macro/tests/html_macro/generic-component-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | packages/yew-macro/tests/html_macro/iterable-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | packages/yew-macro/tests/html_macro/svg-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | packages/yew-macro/tests/html_macro/dyn-prop-fail.rs | 1 | #![no_implicit_prelude] |
| LOW | packages/yew-macro/tests/html_macro/block-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | …-macro/tests/html_macro/component-any-children-pass.rs | 1 | // Shadow primitives |
| LOW | packages/yew-macro/tests/html_macro/dyn-element-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | packages/yew-macro/tests/html_macro/for-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | packages/yew-macro/tests/html_macro/dyn-prop-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | packages/yew-macro/tests/html_macro/html-match-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | packages/yew-macro/tests/html_macro/html-node-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | packages/yew-macro/tests/html_macro/list-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | packages/yew-macro/tests/html_macro/while-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | packages/yew-macro/tests/html_macro/node-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | packages/yew-macro/tests/html_macro/component-pass.rs | 1 | // Shadow primitives |
| LOW | …ckages/yew-macro/tests/html_macro/html-element-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | …ges/yew-macro/tests/html_macro/as-return-value-pass.rs | 1 | #![no_implicit_prelude] |
| LOW | packages/yew-macro/src/lib.rs | 1 | //! This crate provides Yew's procedural macro `html!` which allows using JSX-like syntax |
| LOW | packages/yew-macro/src/lib.rs | 21 | //! # unimplemented!() |
| LOW | packages/yew-macro/src/html_tree/mod.rs | 581 | /// to it, which lets us fall through cleanly whenever the next token run is |
| LOW | packages/yew-macro/src/html_tree/html_element.rs | 601 | ); |
| LOW | packages/yew/tests/use_state.rs | 161 | // deref_history fix: refcount was 2 → drops to 1 (still in Vec) |
| LOW | packages/yew/tests/use_state.rs | 221 | captured, |
| LOW | packages/yew/src/lib.rs | 1 | #![allow(clippy::needless_doctest_main)] |
| LOW | packages/yew/src/lib.rs | 21 | //! |
| LOW | packages/yew/src/lib.rs | 41 | //! } |
| LOW | packages/yew/src/lib.rs | 61 | //! html! { |
| LOW | packages/yew/src/lib.rs | 81 | )] |
| LOW | packages/yew/src/lib.rs | 101 | /// "three-beans", |
| LOW | packages/yew/src/lib.rs | 121 | /// [`html_nested!`]: ./macro.html_nested.html |
| LOW | packages/yew/src/lib.rs | 141 | /// struct ListProps { |
| LOW | packages/yew/src/lib.rs | 161 | /// # fn view(&self, ctx: &Context<Self>) -> Html { unimplemented!() } |
| LOW | packages/yew/src/lib.rs | 181 | /// <ListItem/> |
| LOW | packages/yew/src/lib.rs | 201 | /// can only contain elements of type `ListItem` using [`ChildrenRenderer<ListItem>`], |
| LOW | packages/yew/src/lib.rs | 221 | /// # Example |
| LOW | packages/yew/src/lib.rs | 241 | /// } |
| LOW | packages/yew/src/scheduler.rs | 361 | ))] |
| LOW | packages/yew/src/platform.rs | 1 | //! Yew's compatibility between JavaScript Runtime and Native Runtimes. |
| LOW | packages/yew/src/platform.rs | 21 | //! randomly select a worker thread from the internal pool. All tasks spawned with `spawn_local` |
| LOW | packages/yew/src/platform.rs | 41 | //! The Yew runtime is implemented with different runtimes depending on the target platform and can |
| LOW | packages/yew/src/server_renderer.rs | 41 | |
| LOW | packages/yew/src/dom_bundle/blist.rs | 281 | // lefts: | SSSSSSSS | ------ | EEEEEEEE | |
| LOW | packages/yew/src/dom_bundle/blist.rs | 321 | // or to |
| LOW | packages/yew/src/dom_bundle/subtree_root.rs | 81 | NEXT_ROOT_ID.fetch_add(1, Ordering::SeqCst) |
| LOW | packages/yew/src/dom_bundle/subtree_root.rs | 461 | // # More details: When nesting occurs |
| LOW | packages/yew/src/dom_bundle/position.rs | 201 | // clone the terminal next-sibling out of the chain before invoking `f`. Invoking `f` with |
| LOW | packages/yew/src/dom_bundle/traits.rs | 21 | |
| 116 more matches not shown… |