rust_solar 0.1.0

Date-time solutions for hypothetical cosmic calendars
Documentation
1
2
3
4
5
6
7
{ pkgs ? import <nixpkgs> {}
}: pkgs.mkShell {
  nativeBuildInputs = with pkgs.buildPackages; [
    cargo
    rustc
  ];
}