code-moniker-core 0.2.0

Core symbol-graph types and per-language extractors for code-moniker (pure Rust, no pgrx). Consumed by the CLI and the PostgreSQL extension.
Documentation
1
2
3
4
5
#![deny(unsafe_op_in_unsafe_fn)]

pub mod core;
pub mod declare;
pub mod lang;