//! Derive macro for daft (internal crate).
//!
//! For more information about daft, see [its documentation](https://docs.rs/daft).
// Setting html_root_url allows daft's readme to have links to daft-derive. This
// line is updated by cargo-release.
use ToTokens;
use parse_macro_input;
// NOTE: We do not define documentation here -- only in daft while re-exporting
// these items. This is so that doctests that depend on daft work.