cloudcover-go 0.1.3

Go source analyzer for CloudCover
1
2
3
4
5
6
7
# cloudcover-go

This crate analyzes user Go source code and returns discovered Go method references for CloudCover.

Structure:
- `analyzer/`: Go shared library using `golang.org/x/tools/go/packages`, SSA, and static callgraph analysis.
- Rust crate code loads the analyzer output and converts it into `cloudcover-core` method-reference types.