Turn on smartstring/serde with metadata.

This commit is contained in:
Stephen Chung
2021-09-28 19:19:17 +08:00
parent 87d48948f9
commit 504e695956
3 changed files with 4 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ Enhancements
* `SmartString` now uses `LazyCompact` instead of `Compact` to minimize allocations.
* Added `pop` for strings.
* Added `ImmutableString::ptr_eq` to test if two strings point to the same allocation.
* The `serde` feature of `SmartString` is turned on under `metadata` to make `Map` serializable.
### `Scope` API