Skip to content

Commit

Permalink
docs: "Features" -> "Crate Features"
Browse files Browse the repository at this point in the history
  • Loading branch information
ouuan committed Dec 9, 2024
1 parent 0bff79a commit 64b2ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Lock-free multi-threading, security features, and some performance enhancements

It can be used in `no_std` environments.

## Features
## Crate Features

- **mmap** - Provide `MimallocMmap` that uses `mmap` as OS allocator for segments.
- **std_mutex** - Provide `MimallocMutexWrapper` that wraps `Mimalloc` inside `std::sync::Mutex` and implements `GlobalAlloc`.
Expand Down

0 comments on commit 64b2ef6

Please sign in to comment.