dhardy / pippin

a distributed-merge capable database for many small objects
ISC License
78 stars 4 forks source link

Glob imports #43

Open dhardy opened 8 years ago

dhardy commented 8 years ago

Think about which names should be available where. This currently fails because symbols are exposed in multiple places:

use pippin::*;
use pippin::repo::*;
use pippin::merge::*;