mirror of
https://gitee.com/openharmony/third_party_rust_heck
synced 2024-11-27 09:20:41 +00:00
186 B
186 B
0.4.0 (unreleased)
Breaking changes:
- Rename all traits from
SomeCase
toToSomeCase
, matchingstd
s convention of beginning trait names with a verb (ToOwned
,AsRef
, …)