rustdoc-to-markdown 0.1.0

Transform code blocks from rustdoc into markdown
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.lazy_static]
version = "1.1"

[dependencies.regex]
version = "1.0"

[package]
authors = ["Ian Macalinao <ian@moving.wtf>"]
description = "Transform code blocks from rustdoc into markdown"
edition = "2021"
homepage = "https://moving.wtf"
keywords = ["readme", "rustdoc", "markdown"]
license = "Apache-2.0"
name = "rustdoc-to-markdown"
readme = "README.md"
repository = "https://github.com/movingco/move-readme"
version = "0.1.0"