We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d857dd commit 9aacf0eCopy full SHA for 9aacf0e
CHANGELOG.md
@@ -10,6 +10,11 @@ to [Semantic Versioning][].
10
11
## [Unreleased]
12
13
+- Use `const fn`s where possible, which allows e.g.
14
+ `static SPACE: AsciiCharsConst = ascii_chars!(' ');`
15
+ and `static SUBSTRING: SubstringConst = SubstringConst::new("xyzzy");`
16
+- Trait bounds removed from generic types, bounds are only required for impls
17
+
18
## [0.5.3] - 2022-07-06
19
20
- Fix buffer overflows in find. (#55)
0 commit comments