code-analyze 0.1.1

Analyze code structure and relationships using tree-sitter
Documentation
1
2
3
4
5
6
7
8
// Copyright 2024 Block, Inc. (original code from https://github.com/block/goose)
// Copyright 2025 utapyngo (modifications)
// SPDX-License-Identifier: Apache-2.0

mod analyze;
mod lang;

pub use analyze::analyze;