[go: up one dir, main page]

retain_mut 0.1.5

Provide retain_mut method that has the same functionality as retain but gives mutable borrow to the predicate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "retain_mut"
version = "0.1.5"
authors = ["Xidorn Quan <me@upsuper.org>"]

description = "Provide retain_mut method that has the same functionality as retain but gives mutable borrow to the predicate."
license = "MIT"
repository = "https://github.com/upsuper/retain_mut"
categories = ["rust-patterns"]
keywords = ["retain", "no_std"]
readme = "README.md"

[features]
std = []

[dependencies]