#cargo #tip #information #sorting #proj

app tips

TIP: you can get tips while using cargo and rust!

2 releases

0.1.1 Sep 18, 2020
0.1.0 Sep 18, 2020

#6 in #tip

33 downloads per month

MIT/Apache

6KB

cargo-tips

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

Usage

  • cargo install tips to install the binary
  • tips -h for up to date help & usage information

License

license = "MIT OR Apache-2.0"

Dependencies

~2MB
~33K SLoC