ISibboI / evalexpr

A powerful expression evaluation crate 🦀.
GNU Affero General Public License v3.0
320 stars 52 forks source link

add simple cli binary #133

Closed kaspar030 closed 1 year ago

kaspar030 commented 1 year ago

I use this to play with evalexpr - might be useful to others?

ISibboI commented 1 year ago

I think this is a great idea. Does this also require an entry in Cargo.toml?

kaspar030 commented 1 year ago

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).

ISibboI commented 1 year ago

Great! I'll just merge it and then add some CI tests and docs myself.