This repository has been split into focused, modular components for better organization and discoverability.
| Repository | Purpose |
|---|---|
| constraint-theory-core | 🦀 Rust library (the main crate) |
| constraint-theory-python | 🐍 Python bindings via PyO3 |
| constraint-theory-web | 🌐 Interactive demos & visualizations |
| constraint-theory-research | 📚 Mathematical foundations & papers |
# Rust
cargo add constraint-theory-core
# Python
pip install constraint-theory- Focused core: The Rust crate is now ~30 files (down from 1208)
- Better discoverability: Each audience finds their relevant repo
- Independent releases: Python bindings can update without touching core
- Professional appearance: HN visitors see a serious Rust library
Please update your bookmarks and dependencies to point to the new repositories.