macro_railroad
Generate syntax diagrams for `macro_rules!()` on docs.rs and doc.rust-lang.org
什么是macro_railroad?
macro_railroad是由Lukas Lueg开发的Chrome扩展程序,该扩展的主要功能是“Generate syntax diagrams for `macro_rules!()` on docs.rs and doc.rust-lang.org”。
扩展截图
下载macro_railroad扩展crx文件
下载macro_railroad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Using the `macro_railroad`-library this extension generates syntax diagrams for all macros generated by `rustdoc`. The diagrams are shown beneath each macro-block. **Note**: The only reason this extension requests access to `file:///*` is local documentation. No data is ever transferred. Use the icons in the lower right corner to control options and expand the diagram to fullscreen. This extension is open source, contributions are very welcome: https://github.com/lukaslueg/macro_railroad_ext
扩展基本信息
名称 | macro_railroad |
ID | jeinhnlccpembeoccdhdpnolnmkfcblp |
官方URL | https://chromewebstore.google.com/detail/macrorailroad/jeinhnlccpembeoccdhdpnolnmkfcblp |
简介 | Generate syntax diagrams for `macro_rules!()` on docs.rs and doc.rust-lang.org |
文件大小 | 90.43 KB |
安装次数 | 121 |
当前版本 | 0.0.7 |
更新时间 | 2022-08-12 |
上架时间 | 2020-03-02 |
评分 | 5.00/5 共4次评分 |
开发者 | Lukas Lueg |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/lukaslueg/macro_railroad_ext |
帮助页面URL | https://github.com/lukaslueg/macro_railroad_ext/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "macro_railroad", "version": "0.0.7", "description": "Generate syntax diagrams for `macro_rules!()` on docs.rs and doc.rust-lang.org", "author": "Lukas Lueg |