Skip to content

Commit 2d1a309

Browse files
authored
Create mmap unmaintained advisory (#1979)
1 parent c406684 commit 2d1a309

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

crates/mmap/RUSTSEC-0000-0000.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "mmap"
5+
date = "2024-06-10"
6+
url = "https://github.com/rbranson/rust-mmap"
7+
informational = "unmaintained"
8+
9+
[versions]
10+
patched = []
11+
```
12+
13+
# mmap unmaintained
14+
15+
The `mmap` crate is unmaintained as its [repository has been archived](https://github.com/rbranson/rust-mmap) on Feb 10, 2022.
16+
The main alternative seems to be `memmap2` crate.

0 commit comments

Comments
 (0)