Skip to content

Commit 957dee1

Browse files
committed
Add maintenance mode notice to README.md
1 parent ff6c6c9 commit 957dee1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ allocation support.
1313
- [Documentation](https://docs.rs/scratchpad)
1414
- [Release notes](https://github.com/okready/scratchpad/releases)
1515

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+
1622
`Scratchpad` provides a method for quick and safe dynamic allocations of
1723
arbitrary types without relying on the global heap (e.g. using `Box` or
1824
`Vec`). Allocations are made from a fixed-size region of memory in a

0 commit comments

Comments
 (0)