Skip to content

Walther/cargo-tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 cargo-tips to install the binary
  • cargo tips -h for up to date help & usage information

License

license = "MIT OR Apache-2.0"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages