mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 22:39:26 +00:00
add dates module and re-export DateFreq and DatesList
This commit is contained in:
@@ -1,2 +1,6 @@
|
|||||||
pub mod bdates;
|
pub mod bdates;
|
||||||
pub use bdates::{BDateFreq, BDatesList};
|
pub use bdates::{BDateFreq, BDatesList};
|
||||||
|
|
||||||
|
pub mod dates;
|
||||||
|
pub use dates::{DateFreq, DatesList};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user