juspay / superposition

Superposition is a context-based configuration management system designed to facilitate safe and flexible rollout of config changes
Apache License 2.0
20 stars 6 forks source link

Consolidate shared types into a single crate within the workspace #138

Open ShubhranshuSanjeev opened 4 days ago

ShubhranshuSanjeev commented 4 days ago

Currently, our Rust cargo workspace has several types that are repeated across multiple crates. To improve maintainability and reduce duplication, we should house these shared types in one separate crate.