Source code

Revision control

Copy as Markdown

Other Tools

@template
def RustLibrary(name):
"""Template for Rust libraries."""
LIBRARY_NAME = name
IS_RUST_LIBRARY = True
RustLibrary("random-crate")