We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6944e7c commit 29c6e1dCopy full SHA for 29c6e1d
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bin-encode-decode"
3
-version = "1.1.34"
+version = "1.1.35"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
src/common/mod.rs
@@ -5,5 +5,7 @@ pub(crate) mod r#struct;
pub use {error::*, r#struct::*};
7
8
+pub(crate) use r#const::*;
9
+
10
#[cfg(test)]
11
mod test;
src/lib.rs
@@ -9,6 +9,4 @@ pub(crate) mod encode;
pub use {common::*, decode::*, encode::*};
12
-pub(crate) use common::r#const::*;
13
-
14
pub(crate) use std::{collections::HashSet, fmt};
0 commit comments