lumol-org / lumol

Universal extensible molecular simulation engine
http://lumol.org/
BSD 3-Clause "New" or "Revised" License
190 stars 18 forks source link

Do not use an alias lumol-core => lumol #198

Closed Luthaf closed 7 years ago

Luthaf commented 7 years ago

It makes things confusing for external users how need to declare a dependency on lumol-core, but get to use extern crate lumol. Instead, add an actual lumol crate, re-exporting everything from lumol-core.

This allow to use the 'lumol' name both in dependencies and in extern crate.