Skip to content

Commit 265f771

Browse files
committed
feat: v1.1.38
1 parent 0896fb0 commit 265f771

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bin-encode-decode"
3-
version = "1.1.36"
3+
version = "1.1.38"
44
readme = "README.md"
55
edition = "2024"
66
authors = ["root@ltpp.vip"]

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
//! A high-performance binary encode and decode library
44
//! that supports customizable character sets beyond Base64.
55
6-
pub(crate) mod common;
7-
pub(crate) mod decode;
8-
pub(crate) mod encode;
6+
mod common;
7+
mod decode;
8+
mod encode;
99

1010
pub use {common::*, decode::*, encode::*};
1111

0 commit comments

Comments
 (0)