Crates.io | cargo-tips |
lib.rs | cargo-tips |
version | 0.1.2 |
source | src |
created_at | 2020-09-18 16:34:05.696717 |
updated_at | 2020-09-18 16:34:05.696717 |
description | TIP: you can get tips while using cargo and rust! |
homepage | |
repository | |
max_upload_size | |
id | 290163 |
size | 13,077 |
TIP: you can get tips while using cargo and rust!
Original inspiration from this tweet
@lcnr7 how about adding loading screen tips to compilers?
~/proj$ cargo build Compiling proj v0.1.0 (/home/programming/proj) Finished dev [unoptimized + debuginfo] target(s) in 0.34s Tip: use `deque.make_contiguous` to efficiently sort a `VecDeque` without allocating
cargo install cargo-tips
to install the binarycargo tips -h
for up to date help & usage informationlicense = "MIT OR Apache-2.0"