13 个版本

0.1.12 2024年4月6日
0.1.11 2024年4月6日
0.1.10 2024年2月19日
0.1.8 2024年1月13日
0.1.4 2023年9月30日

#214Cargo 插件

Download history 22/week @ 2024-04-12 5/week @ 2024-04-19 3/week @ 2024-04-26 6/week @ 2024-05-17 11/week @ 2024-05-24 8/week @ 2024-05-31 6/week @ 2024-06-07 7/week @ 2024-06-14 1/week @ 2024-06-21

每月下载量 730

MIT/Apache

21KB
459

cargo docs-rs

github crates.io build status

使用与 docs.rs 相同的选项运行 cargo rustdoc,考虑在 Cargo.toml 中配置的 package.metadata.docs.rs

示例

如果以下 GitHub Actions 作业成功,则 docs.rs 很可能成功构建您的 crate 文档。

# .github/workflows/ci.yml

name: test suite
on: [push, pull_request]

jobs:
  # ...

  doc:
    name: Documentation
    runs-on: ubuntu-latest
    env:
      RUSTDOCFLAGS: -Dwarnings
    steps:
      - uses: actions/checkout@v4
      - uses: dtolnay/rust-toolchain@nightly
      - uses: dtolnay/install@cargo-docs-rs
      - run: cargo docs-rs

许可证

根据您的选择,在 Apache License, Version 2.0MIT 许可证 下授权。
除非您明确表示,否则您提交给包括在本 crate 中的任何贡献,根据 Apache-2.0 许可证定义,应按上述方式双重许可,不附加任何额外条款或条件。

依赖项

~2–10MB
~99K SLoC