enum-unitary 0.5.0

Trait and macro for unitary enums
Documentation
1
2
3
4
with import <nixpkgs> {};
pkgs.mkShell {
  buildInputs = [ rustup rust-analyzer ];
}