https://github.com/iddm/redis-custom-allocator
https://github.com/iddm/redis-custom-allocator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iddm/redis-custom-allocator
- Owner: iddm
- License: other
- Created: 2024-04-02T10:17:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T13:32:49.000Z (about 2 years ago)
- Last Synced: 2025-01-20T08:08:56.642Z (over 1 year ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/iddm/redis-custom-allocator/actions/workflows/ci.yml)
[](https://crates.io/crates/redis-custom-allocator)
[](https://docs.rs/redis-custom-allocator)
[](./LICENSE)
# Custom redis allocator for Rust.
This crate provides a drop-in replacement for the standard
(nightly-only) [Allocator](https://doc.rust-lang.org/std/alloc/trait.Allocator.html)
trait in Rust.
The reason it is provided it to stabilise the code base of the projects
requiring and using the custom allocator and to avoid using the nightly
code.
# MSRV (Minimally-Supported Rust Version)
The `MSRV` is `1.70`.
# LICENSE
[License](./LICENSE)