From f68889964c9094be917e6bf57af92c10c4c87c7a Mon Sep 17 00:00:00 2001 From: Wim Looman Date: Sun, 3 Sep 2023 19:07:06 +0200 Subject: [PATCH] Add a disclaimer about how limited our feature metadata is --- templates/crate/features.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/crate/features.html b/templates/crate/features.html index 11ef509ae..c7125ccce 100644 --- a/templates/crate/features.html +++ b/templates/crate/features.html @@ -53,6 +53,14 @@

{{ metadata.name }}

+
+ There is very little structured metadata to build this page + from currently. You should check the + main library docs, + readme, or + Cargo.toml + in case the author documented the features in them. +
{%- if features -%}

This version has {{ features | length }} feature flags, {{ default_len }} of them enabled by default.

{%- for feature in features -%}