Explorar o código

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

Ian Goldberg hai 2 semanas
pai
achega
e8c71f1823
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;