Skip to content

Commit 57fc160

Browse files
committed
version 0.0.5
1 parent 2c2fb52 commit 57fc160

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.0.5
2+
- `unescape_c_str` now uses NonZero to statically exclude nuls
3+
- small functions marked as #[inline] for better performance
4+
15
# 0.0.4
26

37
- 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)