microlock 0.2.2

A crate for waiting: Small locks and other timing things!
Documentation
1
2
3
4
5
6
7
8
9
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
  nativeBuildInputs = with pkgs; [
    rust-analyzer
    cargo
    rustc
    cargo-watch
  ];
}