Skip to main content

StrTendril

Type Alias StrTendril 

Source
pub type StrTendril = Tendril<UTF8>;
Expand description

Tendril for storing native Rust strings.

Uses Atomic refcounting so the tendril is Send + Sync. This is the distinguishing change in the spider-tendril fork — upstream tendril defaults to NonAtomic, which prevents the html5ever parser stack from being sent across threads.

Aliased Type§

pub struct StrTendril { /* private fields */ }