unobtanium 3.0.0

Opinioated Web search engine library with crawler and viewer companion.
Documentation
1
2
3
4
5
6

#[derive(Debug, Clone, Hash, PartialEq, Eq)]
pub struct Token {
	/// Normalized token text
	pub token_text: String,
}