rust_solar 0.1.90

Date-time solutions for hypothetical cosmic calendars
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ pkgs ? import <nixpkgs> {}
}: pkgs.mkShell {
  nativeBuildInputs = with pkgs.buildPackages; [
    cargo
    rustc
    rustup
    cargo-watch
    rustfmt
  ];
}

# Development Guide 
# https://matthewrhone.dev/nixos-vscode-environment
# Run nix-shell