FEAT: Change .insert() and .remove() to match Vec
- Add try_insert / try_remove to be the old fallible variants that return errors - Insert that pushes out if full does no longer exist -- full vec is an error
This commit is contained in:
@@ -27,6 +27,9 @@ default-features = false
|
||||
[dev-dependencies.serde_test]
|
||||
version = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
matches = { version = "0.1" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = ["odds/std", "nodrop/std"]
|
||||
|
||||
Reference in New Issue
Block a user