base36 0.0.1

Library for based36 encoding
Documentation
1
2
3
4
5
6
7
{ pkgs ? import ./pkgs.nix {} }:

with pkgs;

mkShell {
  inputsFrom = lib.attrValues (import ./. { inherit pkgs; });
}