Skip to content

Commit 2a43931

Browse files
committed
File bincode as unmaintained
1 parent 2d254c1 commit 2a43931

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "bincode"
5+
date = "2025-12-16"
6+
url = "https://sr.ht/~stygianentity/bincode/"
7+
informational = "unmaintained"
8+
9+
[versions]
10+
patched = []
11+
```
12+
13+
Development on bincode has ceased permanently, and updates will only be made in the event of a CVE. Projects are encouraged to migrate to alternatives such as `postcard` if possible. If compatibilty with the bincode format is required, consider using `wincode`.
14+
15+
## Alternatives
16+
17+
- [wincode](https://crates.io/crates/wincode) - Bincode-compatible alternative
18+
- [postcard](https://crates.io/crates/postcard)
19+
- [rkyv](https://crates.io/crates/rkyv)
20+
- [bitcode](https://crates.io/crates/bitcode)

0 commit comments

Comments
 (0)