How to pass data from one crate to the crate that uses it
I have two crates, A and B and a different crate C. C is a special crate that must be compiled at runtime by the final executable of any crate using B as a dependency.
I have two crates, A and B and a different crate C. C is a special crate that must be compiled at runtime by the final executable of any crate using B as a dependency.