selectrs/lib.rs
1#![doc(
2 html_logo_url = "https://raw.githubusercontent.com/opensass/select-rs/refs/heads/main/assets/logo.webp",
3 html_favicon_url = "https://github.com/opensass/select-rs/blob/main/assets/favicon.png"
4)]
5#![cfg_attr(docsrs, feature(doc_auto_cfg))]
6#![doc = include_str!("../README.md")]
7
8#[cfg(feature = "yew")]
9pub mod yew;