algochat 0.2.1

Rust implementation of the AlgoChat protocol for encrypted messaging on Algorand
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "excludePatterns": [
    "**/tests/**",
    "**/examples/**",
    "**/benches/**"
  ],
  "requiredSections": [
    "Invariants",
    "Behavioral Examples",
    "Error Cases",
    "Change Log"
  ],
  "sourceDirs": [
    "src"
  ],
  "specsDir": "specs"
}