Skip to content

v0.2.0

Compare
Choose a tag to compare
@programatik29 programatik29 released this 13 Jul 09:38
· 41 commits to master since this release
ea69651
  • changed: Now using unbounded crossbeam-channel instead of bounded
    std::sync::mpsc channel internally.
  • changed: Channel send errors in background database thread are now
    ignored instead of panicking.