serde-wincode 0.1.0

serde compatibility for wincode, suitable for replacing bincode
Documentation
1
2
3
4
5
{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
  buildInputs = with pkgs; [ gcc ];
}