Expand description
Re-exports§
pub use crate::element_ref::ElementRef;
pub use crate::html::Html;
pub use crate::node::Node;
pub use crate::selector::Selector;
Modules§
- element_
ref - Element references.
- error
- Custom error types for diagnostics Includes re-exported error types from dependencies
- html
- HTML documents and fragments.
- node
- HTML nodes.
- selector
- CSS selectors.
Enums§
Traits§
Type Aliases§
- StrTendril
Tendril
for storing native Rust strings.