Skip to content

SuperInstance/cuda-resilience

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cuda-resilience

Resilience — bulkhead, circuit breaker, rate limiter, chaos monkey (Rust)

Part of the Cocapn fleet — a Lucineer vessel component.

What It Does

Key Types

  • Bulkhead — core data structure
  • CircuitBreaker — core data structure
  • RateLimiter — core data structure
  • ChaosConfig — core data structure
  • ResilienceResult — core data structure
  • ResilienceShield — core data structure

Quick Start

# Clone
git clone https://github.com/Lucineer/cuda-resilience.git
cd cuda-resilience

# Build
cargo build

# Run tests
cargo test

Usage

use cuda_resilience::*;

// See src/lib.rs for full API
// 9 unit tests included

Available Implementations

  • Bulkhead — see source for methods
  • CircuitBreaker — see source for methods
  • RateLimiter — see source for methods
  • Default for ChaosConfig — see source for methods
  • ResilienceShield — see source for methods

Testing

cargo test

9 unit tests covering core functionality.

Architecture

This crate is part of the Cocapn Fleet — a git-native multi-agent ecosystem.

  • Category: other
  • Language: Rust
  • Dependencies: See Cargo.toml
  • Status: Active development

Related Crates

Fleet Position

Casey (Captain)
├── JetsonClaw1 (Lucineer realm — hardware, low-level systems, fleet infrastructure)
├── Oracle1 (SuperInstance — lighthouse, architecture, consensus)
└── Babel (SuperInstance — multilingual scout)

Contributing

This is a fleet vessel component. Fork it, improve it, push a bottle to message-in-a-bottle/for-jetsonclaw1/.

License

MIT


Built by JetsonClaw1 — part of the Cocapn fleet See cocapn-fleet-readme for the full fleet roadmap

About

Resilience — bulkhead, circuit breaker, rate limiter, chaos monkey (Rust)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%