Jeff Hajewski
Jeff Hajewski
Just as a heads up for anyone interested in this issue, I am working on a message passing example with `crossbeam`
I have two examples for this: a simple single produce, single consumer example and a more complex example using the so-called ventilator pattern of a single produce to N consumers...
Is there any interest in adding examples for the following crates: * serde - data serialization/deserialization is a very useful and important tool. It would be a great combo with...
@budziq Done! see #324. It appears you may have to add the labels
I have a minimal working example [here](https://github.com/j-haj/rust-lib-linking/tree/master/dylib-link). I am currently verifying that the library produced is indeed dynamic.
I'm starting to get into the weeds on this and before I go too deep I thought I should get some clarification here... What is the overall goal of this...
Thanks for the links @budziq ! Very useful info. I'll follow-up with the cc team.
See this [issue](https://github.com/alexcrichton/cc-rs/issues/250#issuecomment-335891469) from the `cc` crate. Alex mentions it wasn't the intention of the `cc` crate to build shared libraries. Given this info, it seems we should close this...
Great points. I think the latter might be more interesting. To that end, it might be worth having a separate section for cargo with various recipes that show what you...