sem-core 0.3.21

Entity-level semantic diff engine. Extracts functions, classes, and methods from 20 languages via tree-sitter and diffs at the entity level.
Documentation
1
2
3
4
5
6
7
8
9
pub mod plugin;
pub mod registry;
pub mod differ;
pub mod graph;
pub mod plugins;
pub mod verify;
pub mod context;
pub mod hotspot;
pub mod scope_resolve;