aboutsummaryrefslogtreecommitdiff
path: root/src/convert.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-29 12:13:59 +0000
committerFuwn <[email protected]>2024-06-29 12:13:59 +0000
commit5d9579dd6beb38892053c68495e93a78f83a5fcc (patch)
treef35f936583a412f819f009442c54b88b6785a274 /src/convert.rs
parentfix(ast): optional whitespace following heading markers (diff)
downloadgerm-0.4.4.tar.xz
germ-0.4.4.zip
feat: derive all for public typesv0.4.4
Diffstat (limited to 'src/convert.rs')
-rw-r--r--src/convert.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/convert.rs b/src/convert.rs
index f9262f7..c42bbc3 100644
--- a/src/convert.rs
+++ b/src/convert.rs
@@ -26,7 +26,7 @@ mod markdown;
#[cfg(feature = "macros")] mod macros;
/// Different targets to convert Gemtext to
-#[derive(Clone)]
+#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum Target {
/// Convert Gemtext to HTML
HTML,