project-map-cli-rust 0.1.3

High-performance architectural map generator for AI agents and developers.
Documentation
1
2
3
4
5
6
7
8
9
package com.example.util

class NetworkUtils {
    fun fetchData(): String {
        return "data"
    }
}

fun helper() {}