summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2018-12-30 16:56:40 +0100
committerVincent Breitmoser <look@my.amazin.horse>2018-12-30 16:56:43 +0100
commit40e66395f45bf5bfd7a52752d10a93b69978b49a (patch)
tree1a226ca4ec71f2cad7461ec083a25eec8e36a4ef /src/lib.rs
parentdbfd8de8d10fd2f250f27afc80a99c30a7e73ddb (diff)
extract selectors into their own module
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 580a450..1411850 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -13,6 +13,7 @@ pub mod index;
pub mod list;
pub mod prettyprint;
pub mod select;
+pub mod selectors;
pub mod seq;
pub mod show;
pub mod sort;