# I have a module, that references itself const kernel_libs = b.createModule(.{ ... }); kernel_libs.addImport("kernel", kernel_libs);
# I basically want to have like a rust approach here wherein I can declare a lib.rs wherein i can reference everything from