We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2c83e commit 61194c5Copy full SHA for 61194c5
README.md
@@ -39,6 +39,16 @@ That way you've covered the worst-case execution time for that part of your appl
39
40
A cache performance regression might be a bug though. Open an issue to discus your situation if you find a regression.
41
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
52
## Features
53
54
- Key value datastore (Map)
0 commit comments