Move sexp into compare.

This commit is contained in:
Tom Alexander
2023-09-11 15:31:48 -04:00
parent 98de5e4ec5
commit a651b79e77
8 changed files with 39 additions and 26 deletions

View File

@@ -15,6 +15,8 @@ pub use compare::emacs_parse_file_org_document;
pub use compare::get_emacs_version;
#[cfg(feature = "compare")]
pub use compare::get_org_mode_version;
#[cfg(feature = "compare")]
pub use compare::sexp;
mod context;
mod error;