crdt-doc 0.1.1

Typed CRDT-text border (trait CrdtDoc over CrdtKind{Solo,Loro,YCrdt}) for pleme-io
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  description = "crdt-doc - typed CRDT-text border for pleme-io";
  inputs = {
    nixpkgs.follows = "substrate/nixpkgs";
    fenix = { url = "github:nix-community/fenix"; inputs.nixpkgs.follows = "nixpkgs"; };
    substrate = { url = "github:pleme-io/substrate"; inputs.fenix.follows = "fenix"; };
    crate2nix = { url = "github:nix-community/crate2nix"; inputs.nixpkgs.follows = "nixpkgs"; };
  };
  outputs = { self, nixpkgs, substrate, crate2nix, ... }:
    (import "${substrate}/lib/rust-library.nix" {
      inherit nixpkgs substrate crate2nix;
    }) {
      inherit self;
      crateName = "crdt-doc";
    };
}