Docs.rs
rrecycle-1.0.0
rrecycle 1.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
emmalexandria
Dependencies
chrono ^0.4.35
normal
clap ^4.5.2
normal
colored ^2.1.0
normal
dialoguer ^0.11.0
normal
indicatif ^0.17.8
normal
prettytable ^0.10.0
normal
terminal_size ^0.3.0
normal
trash ^4.0.0
normal
wild ^2.2.1
normal
criterion ^0.5.1
dev
rand ^0.8.5
dev
Versions
13.04%
of the crate is documented
Platform
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
remove_first_from_vec
rrc_lib
1.0.0
In rrc_
lib::
util
rrc_lib
::
util
Function
remove_
first_
from_
vec
Copy item path
Source
pub fn remove_first_from_vec<T>(vec: &mut
Vec
<T>, needle:
&T
)
where T:
PartialEq
,