LN

ln-dev7/delta-coreprivate

10 files
LNln-dev7feat(router): adaptive consistency tier negotiation8a5a0f8·1d ago
  • .githubci: bump release runner to ubuntu-24.042 weeks ago
  • srcfeat(router): adaptive consistency tier negotiation3 hours ago
  • examplesdocs: rewrite readme quickstartyesterday
  • docsfix: typo in lifecycle hooks page2 days ago
  • teststest: cover backpressure edge case5 days ago
  • .gitignorechore: ignore tsbuildinfo files3 weeks ago
  • Cargo.tomlchore(deps): bump tokio to 1.42yesterday
  • LICENSE.mdfeat: switch to Apache 2.01 year ago
  • README.mddocs: rewrite readme quickstartyesterday
  • package.jsonchore(deps): security pins1 week ago

README.md

All rights reserved

delta-core

Internal: shared utilities for diffing, patching, and three-way merges. delta-core ships as a Cargo crate plus a small CLI; the runtime is hardened, fully observable, and tuned for production from day one.

Highlights

  • Spec-driven configuration with strict typing.
  • Pluggable transports: HTTP/2, gRPC, in-process, and Vercel Edge.
  • Audit-grade structured logs out of the box.
  • SBOM + cosign signatures for every release.

Quickstart

pnpm dlx delta-core@latest init my-service
cd my-service
pnpm dev
6 contributors
TypeScript