sorccu / r2d2-redis

MIT License
101 stars 42 forks source link

Please 'pub extern' to redis and r2d2 #15

Closed alu closed 6 years ago

alu commented 6 years ago

This crate depends on redis and r2d2 cates but these are not public so we can't use that.

If there are some r2d2 protocol crates, those creates are depend on different version of r2d2 maybe. In that case, we can't extern crate r2d2, we sould use 'extern crate r2d2_redis::redis`.

sorccu commented 6 years ago

Could you create a PR?