# Any copyright is dedicated to the Public Domain. # http://creativecommons.org/publicdomain/zero/1.0/ @template def RustProgram(name, features): """Template for Rust programs.""" RUST_PROGRAMS += [name] RUST_PROGRAM_FEATURES = features RustProgram("random-crate", ["musthave", "cantlivewithout"])