allsource-core 0.7.0

High-performance event store core built in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "@allsource/core",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "demo": "cargo run --release --bin allsource-core",
    "dev": "cargo run --bin allsource-core",
    "build": "cargo build --release",
    "clean": "cargo clean",
    "test": "cargo test",
    "lint": "cargo fmt --check && cargo clippy -- -D warnings",
    "lint:sort": "cargo sort --check",
    "format": "cargo fmt",
    "format:sort": "cargo sort -w"
  }
}