Skip to content

Commit f727a4d

Browse files
hkBstUrgau
authored andcommitted
version 0.0.5
1 parent 2c2fb52 commit f727a4d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.0.5
2+
3+
- Use `NonZero<char/u8>` in `unescape_c_str` and `check_raw_c_str` to statically exclude nuls
4+
- Add `#[inline]` to small functions for improved performance
5+
16
# 0.0.4
27

38
- Add `check_raw_str`, `check_raw_byte_str`, `check_raw_c_str`,

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc-literal-escaper"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition = "2021"
55
description = "Provides code to unescape string literals"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)