From 61194c5d1f28a4aa39a4038e545fe607ccde3478 Mon Sep 17 00:00:00 2001 From: Dion Dokter Date: Thu, 16 May 2024 14:20:56 +0200 Subject: [PATCH] Add msrv to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a99251e..0f1bca8 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,16 @@ That way you've covered the worst-case execution time for that part of your appl A cache performance regression might be a bug though. Open an issue to discus your situation if you find a regression. +## MSRV + +This crate has no further guarantees other than being able to run on the latest stable compiler. +Increasing the MSRV is not seen as a breaking change semver-wise. +If you find yourself in trouble with this, feel free to open an issue. + +## Example + +See the `map` and `queue` module level documentation for examples. + ## Features - Key value datastore (Map)