Преглед на файлове

Explicity re-export only the sigma_compiler crate and not the sigma_compiler::sigma_compiler macro

Ian Goldberg преди 5 месеца
родител
ревизия
e8c71f1823
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -14,7 +14,7 @@ use rand::RngCore;
 use serde::{Deserialize, Deserializer, Serialize, Serializer};
 pub use serde_with::serde_as;
 use serde_with::{DeserializeAs, SerializeAs};
-pub use sigma_compiler;
+pub use sigma_compiler::{self};
 use sigma_compiler::*;
 use thiserror::Error;