chiark / gitweb /
metadata for 1.0
[hippotat.git] / macros / macros.rs
index 060fe7004e20cab3fb9466a5df793954ca185240..6ba21ce5668954751dda55f3f0c2618240a9666a 100644 (file)
@@ -2,6 +2,11 @@
 // SPDX-License-Identifier: GPL-3.0-or-later WITH LicenseRef-Hippotat-OpenSSL-Exception
 // There is NO WARRANTY.
 
+//! Hippotat - proc macros
+//!
+//! This crate is an internal detail of hippotat.
+//! It does not adhere to semver.
+
 use syn::{parse_macro_input, parse_quote};
 use syn::{Data, DataStruct, DeriveInput, LitStr, Meta, NestedMeta};
 use quote::{quote, quote_spanned, ToTokens};