drep-ai 3.0.0

A local commit gate: runs the linters your repo configures, and sends changed code to an LLM for review
Documentation
1
2
3
4
5
6
7
8
9
//! Tests for the language registry.
//!
//! Every file in this directory must be declared below; a file no `mod`
//! points at is never compiled, which is how 31 tests once silently did not
//! run. `detect.rs` covers path resolution; `registry.rs` covers the
//! contracts every registered entry must hold.

mod detect;
mod registry;