Create structure for timestamps.

This commit is contained in:
Tom Alexander
2023-07-24 17:34:07 -04:00
parent 73e15286dc
commit fa5fc41121
6 changed files with 59 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ mod subscript_and_superscript;
mod table;
mod target;
mod text_markup;
mod timestamp;
mod token;
mod util;
pub use document::document;
@@ -104,6 +105,7 @@ pub use object::StrikeThrough;
pub use object::Subscript;
pub use object::Superscript;
pub use object::Target;
pub use object::Timestamp;
pub use object::Underline;
pub use object::Verbatim;
pub use source::Source;