Source code
Revision control
Copy as Markdown
Other Tools
# Any copyright is dedicated to the Public Domain.
@template
def RustProgram(name, features):
"""Template for Rust programs."""
RUST_PROGRAMS += [name]
RUST_PROGRAM_FEATURES = features
RustProgram("random-crate", ["musthave", "cantlivewithout"])