[package] name = "retain_mut" version = "0.1.9" authors = ["Xidorn Quan "] 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" [dependencies]