s-string 1.0.0

s!() macro for quick String::from()
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  projectRootFile = "flake.nix";
  programs = {
    alejandra.enable = true; # nix
    rustfmt.enable = true; # rust
    just.enable = true; # justfile
    mdformat.enable = true; # markdown
    jsonfmt.enable = true; # json
    yamlfmt.enable = true; # yaml
    taplo.enable = true; # toml
    typos.enable = true; # spellcheck
  };
}