pushpop 0.1.0

A naive implementation of POP3 which should work for even loosely-compliant servers.
Documentation
with import <nixpkgs> {};
stdenv.mkDerivation {
  name = "kalix-env";
  buildInputs = [ pkgconfig openssl dbus rustup gnuplot valgrind linuxPackages.perf ];
}