Closed kaspar030 closed 1 year ago
I think this is a great idea. Does this also require an entry in Cargo.toml?
Does this also require an entry in Cargo.toml?
it shouldn't, src/bin
is picked up automagically. This might even allow cargo install evalexpr
(from crates.io).
Great! I'll just merge it and then add some CI tests and docs myself.
I use this to play with evalexpr - might be useful to others?