srid/cargo-doc-live

Add option to configure `cargo doc` arguments

开放

#2 创建于 2023年8月14日

 (2 条评论) (1 个反应) (0 位负责人)Nix (4 个派生)github user discovery
good first issue

仓库指标

星标
 (12 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

https://github.com/srid/cargo-doc-live/blob/fb1d4439d847f01ce4ccf1905d1630c1994569b0/flake-module.nix#L57

Instead of hardcoding --document-private-items --all-features, allow the user to specify them as module options. Eg.:

{
  cargo-doc-live = {
    cargo-doc-args = "--document-private-items --all-features";
  };
}

贡献者指南