numberjuani / ibkr-cp-api-client

Rust Client for Interactive Brokers Client Portal API
MIT License
8 stars 2 forks source link

remove hyphens from crate name #2

Closed era127 closed 1 year ago

era127 commented 1 year ago

Would you consider renaming the crate to not use the hyphen to simplify and avoid the issues with the "-" being changed to an underscore? I used this to simplify the name: ibkrcp = { git = "https://github.com/numberjuani/ibkr-cp-api-client.git", version = "0.1.0", package = "ibkr-cp-api-client" }

numberjuani commented 1 year ago

Hi @rdavis120 what is the issue with the underscore and dash? Nearly all crates in rust work that way. Also , you only have to type the crate name in cargo.toml, after that you can Alias it to be whatever you like when you import it

era127 commented 1 year ago

Sorry, there is no issue - I did the alias in the example I wrote.