sqry-core 11.0.3

Core library for sqry - semantic code search engine
Documentation
1
2
3
4
5
6
7
8
9
//! Phase 2 binding plane — witness vocabulary.

pub mod render;
pub mod step;

pub use render::WitnessRendering;
pub use step::{
    RejectionReason, ResolutionStep, TieBreakReason, UnresolvedReason, VisibilityReason,
};