mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
Improve docs for `Allocator`: 1. Explain how allocator works. 2. Demonstrate how to achieve good performance by re-using `Allocator`s. Also fix the doc test for `CloneIn`. |
||
|---|---|---|
| .. | ||
| address.rs | ||
| allocator_api2.rs | ||
| boxed.rs | ||
| clone_in.rs | ||
| convert.rs | ||
| hash_map.rs | ||
| lib.rs | ||
| serialize.rs | ||
| string.rs | ||
| vec.rs | ||