Seq with dates (#2746)

* seq with dates - wip

* everything seems to be working, yay!

* clippy
This commit is contained in:
Darren Schroeder
2020-11-11 14:35:02 -06:00
committed by GitHub
parent 5a75e11b0e
commit b412ff92c0
5 changed files with 415 additions and 2 deletions

View File

@ -99,6 +99,7 @@ pub(crate) mod run_external;
pub(crate) mod save;
pub(crate) mod select;
pub(crate) mod seq;
pub(crate) mod seq_dates;
pub(crate) mod shells;
pub(crate) mod shuffle;
pub(crate) mod size;
@ -240,6 +241,7 @@ pub(crate) use run_external::RunExternalCommand;
pub(crate) use save::Save;
pub(crate) use select::Select;
pub(crate) use seq::Seq;
pub(crate) use seq_dates::SeqDates;
pub(crate) use shells::Shells;
pub(crate) use shuffle::Shuffle;
pub(crate) use size::Size;