nodecosmos / charybdis

Rust ORM for ScyllaDB and Apache Cassandra
MIT License
108 stars 6 forks source link

Macros aren't exported #44

Open Zk2u opened 3 weeks ago

Zk2u commented 3 weeks ago

I've put several models (eg, Meal in a crate and marked them as pub. I can use the associated functions and access the types from another crate, however I presume the macro rules are not exported as I get an error from the other crate when using find_meal! and other similar bits on the macros