We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e8bdc commit 830027aCopy full SHA for 830027a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bin-encode-decode"
3
-version = "1.1.23"
+version = "1.1.24"
4
readme = "README.md"
5
edition = "2024"
6
authors = ["root@ltpp.vip"]
src/common/impl.rs
@@ -19,6 +19,7 @@ impl<'a> Charset<'a> {
19
/// # Returns
20
///
21
/// - `Charset<'a>` - New instance with empty charset.
22
+ #[inline(always)]
23
pub fn new() -> Self {
24
Charset::default()
25
}
0 commit comments