File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ allocation support.
13
13
- [ Documentation] ( https://docs.rs/scratchpad )
14
14
- [ Release notes] ( https://github.com/okready/scratchpad/releases )
15
15
16
+ *** Note: ` scratchpad ` is currently in maintenance mode. I've been considering
17
+ doing a major cleanup for some time to get rid of extraneous functionality and
18
+ reduce the surface area of ` unsafe ` code, but there is currently no timeline
19
+ for this. I'll still apply fixes as needed, but development has otherwise
20
+ stalled.***
21
+
16
22
` Scratchpad ` provides a method for quick and safe dynamic allocations of
17
23
arbitrary types without relying on the global heap (e.g. using ` Box ` or
18
24
` Vec ` ). Allocations are made from a fixed-size region of memory in a
You can’t perform that action at this time.
0 commit comments