nushell/crates/nu_plugin_selector/src/lib.rs
Darren Schroeder 97f3671e2c
web scraping with css selectors (#2725)
* first step of making selector

* wip

* wip tests working

* probably good enough for a first pass

* oops, missed something.

* and something else...

* grrrr version errors
2020-11-03 15:46:42 -06:00

5 lines
51 B
Rust

mod nu;
mod selector;
pub use selector::Selector;