Skip to content

Commit 61194c5

Browse files
committed
Add msrv to readme
1 parent 4b2c83e commit 61194c5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ That way you've covered the worst-case execution time for that part of your appl
3939

4040
A cache performance regression might be a bug though. Open an issue to discus your situation if you find a regression.
4141

42+
## MSRV
43+
44+
This crate has no further guarantees other than being able to run on the latest stable compiler.
45+
Increasing the MSRV is not seen as a breaking change semver-wise.
46+
If you find yourself in trouble with this, feel free to open an issue.
47+
48+
## Example
49+
50+
See the `map` and `queue` module level documentation for examples.
51+
4252
## Features
4353

4454
- Key value datastore (Map)

0 commit comments

Comments
 (0)