This commit is contained in:
PoiScript 2019-01-04 16:53:20 +08:00
parent 2fef529f57
commit a85efe2056
22 changed files with 1776 additions and 7 deletions

7
src/objects/timestamp.rs Normal file
View file

@ -0,0 +1,7 @@
pub struct Time<'a> {
pub date: &'a str,
}
pub enum Timestamp<'a> {
ActiveRange,
}