From 3110d3fa3a2a5a17fd467b30a4acaeab9ff8b978 Mon Sep 17 00:00:00 2001 From: Agathe Porte Date: Sun, 23 Feb 2020 11:38:35 +0100 Subject: add special_char pub mod --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 6b1d6e1..49a32b0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,7 @@ mod codes; pub mod custom_char; mod of_node; +pub mod special_char; use std::fs::{File, OpenOptions}; use std::path::Path; -- cgit v1.2.3