Skip to content

Commit

Permalink
Create mmap unmaintained advisory (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppershing authored Nov 10, 2024
1 parent c406684 commit 2d1a309
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions crates/mmap/RUSTSEC-0000-0000.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "mmap"
date = "2024-06-10"
url = "https://github.com/rbranson/rust-mmap"
informational = "unmaintained"

[versions]
patched = []
```

# mmap unmaintained

The `mmap` crate is unmaintained as its [repository has been archived](https://github.com/rbranson/rust-mmap) on Feb 10, 2022.
The main alternative seems to be `memmap2` crate.

0 comments on commit 2d1a309

Please sign in to comment.