Unable to make crate examples #2055
|
I've made a library crate using This is (a simplified version of) what my example looks like: use ham2spec::some_func;
fn main() {
let foo = some_func();
}I also have the example listed in my [[example]]
name = "my_example"
path = "examples/my_example.rs"I'm getting the error So, what am I doing wrong? |
Answered by
adamreichold
Dec 17, 2021
Replies: 1 comment 6 replies
|
Can you post the full example somewhere? Or at least the content of |
6 replies
Answer selected by
zmitchell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you post the full example somewhere? Or at least the content of
Cargo.toml?