rustme 0.1.1

Automatically generate Rusty READMEs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Configuration(
    files: {
        "README.md": [
            "header.md",
            "content.md",
            "https://github.com/khonsulabs/.github/raw/main/snippets/readme-footer.md",
        ],
    },
    glossaries: [
        Inline({
            "HOMEPAGE": "https://khonsulabs.com/"
        })
    ],
)