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:: }