rustme

Generate your Rust project's README-like files.

crate version Live Build Status Documentation for <code>main</code> branch

RustMe generates files by concatenating multiple sections into a new file. It has specific features that are useful for Rust projects:

rustme command line interface

To install, simply run cargo install rustme.

Currently rustme ignores all command line arguments. It looks for a Ron-formatted Configuration located in either ./rustme.ron or ./.rustme/config.ron, and generates the files relative to the configuration file.

rustme as a library

rust let config = rustme::Configuration::load("examples/basic/.rustme.ron").unwrap(); config.generate().unwrap();

This is a rustme

This README was generated using rustme.

Open-source Licenses

This project, like all projects from Khonsu Labs, are open-source. This repository is available under the MIT License or the Apache License 2.0.

To learn more about contributing, please see CONTRIBUTING.md.