rust-cookbook icon indicating copy to clipboard operation
rust-cookbook copied to clipboard

Cookbook ideas for "cc" crate

Open brson opened this issue 8 years ago • 3 comments
trafficstars

This crate is presently being evaluated and I don't see a cookbook issue opened.

This one is weird because its a build time crate. But it is pretty important, and a good thing to teach new Rust users about. We might see if we can figure out a way to present examples.

Some ideas

use the cc crate

brson avatar Jul 11 '17 03:07 brson

I would propose that these would be put into a separate build_tools.md file/section (or something along those line) as these are not your average runnable code examples

budziq avatar Jul 13 '17 20:07 budziq

I see the as the first example https://github.com/rust-lang-nursery/rust-cookbook/issues/292 as the one that would have the longest explanation followed by the next 4 examples showing the possible minor differences (with much shorter descriptions)

budziq avatar Sep 25 '17 22:09 budziq

cc #328

AndyGauge avatar Jul 18 '18 16:07 AndyGauge