Does anybody have a sense how hard it would be to make a rust binary that would run a dspy program (presuming the dspy program has no none dspy deps inside the program, to keep it simple, for now).
fundamentally the question is, if I have my adapter, my provider, my api key, my optimized prompts, my signature and my module code, could i get a super lightweight binary to run the program using rust (and dsrs)?