yengine 0.0.8

Communication library for the Yate Engine external module protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{...}: {
  # Used to find the project root
  projectRootFile = "flake.nix";

  programs = {
    alejandra.enable = true;
    rustfmt.enable = true;
    taplo = {
      enable = true;

      settings.formatting = {
        allowed_blank_lines = 1;
      };
    };
  };
}