nu_plugin_selector 0.44.0

web scraping using css selector
Documentation
1
2
3
4
5
6
mod nu;
mod selector;
mod tables;

pub use selector::Selector;
pub use tables::Table;