File: test.rs

package info (click to toggle)
rust-crdts 7.2.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 656 kB
  • sloc: perl: 258; python: 148; makefile: 8; sh: 1
file content (12 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#[macro_use]
extern crate quickcheck;

extern crate crdts;

mod glist;
mod list;
mod map;
mod merkle_reg;
mod mvreg;
mod orswot;
mod vclock;