cached_property 0.1.0

proc macro for making argumentless methods cache
Documentation
1
2
3
4
5
6
7
let
  moz_overlay = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz);
in
with import <nixpkgs> { overlays = [ moz_overlay ]; };
mkShell {
  buildInputs = [ stdenv latest.rustChannels.nightly.rust rustfmt ];
}