Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unmaintained buf_redux #1614

Merged
merged 8 commits into from
Mar 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions crates/buf_redux/RUSTSEC-0000-0000.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "buf_redux"
date = "2023-01-24"
url = "https://github.com/abonander/buf_redux/issues"
informational = "unmaintained"

[versions]
patched = []
```

# buf_redux is Unmaintained

Last release was over three years ago.

The maintainer(s) have been unreachable to respond to any issues that may or may not include security issues.

The repository is now archived and there is no security policy in place to contact the maintainer(s) otherwise.

The safety-undocumented unsafe in the crate may or may not be safe to use.

The crate also has a current future incompatibility warning [buf_redux/23](https://github.com/abonander/buf_redux/issues/23).

## Possible Alternatives

The below may or may not provide alternative(s)

- Rust alloc / std vec::Vec, collections::VecDeque
- [buffer-redux](https://crates.io/crates/buffer-redux) - fork
- [bytes](https://crates.io/crates/bytes)
- [crates.io search for 'buffer'](https://crates.io/keywords/buffer)