buildkit-client 0.1.4

A Rust client library and CLI for interacting with BuildKit via gRPC, implementing the complete BuildKit session protocol
1
2
3
4
5
6
7
8
9
// This is a temporary file to explore the buildkit-rs API structure

fn main() {
    // Print module paths
    println!("Exploring buildkit-rs API...");

    // Try to access different paths
    // buildkit_rs::proto::moby::buildkit::v1::
}