tips

Crates.iotips
lib.rstips
version0.1.1
sourcesrc
created_at2020-09-18 15:37:32.19878
updated_at2020-09-18 15:46:30.729445
descriptionTIP: you can get tips while using cargo and rust!
homepage
repository
max_upload_size
id290140
size12,909
Veeti Haapsamo (Walther)

documentation

README

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"

Commit count: 0

cargo fmt