const-struct-version-derive 0.1.3

A proc-macro to generate a hash based on the fields of a struct. Useful for intelligently expiring a cache when the stored object changes.
Documentation
1
2
3
4
5
# Const-struct-version

[![CI](https://github.com/JosiahBull/constr-struct-version/actions/workflows/ci.yaml/badge.svg)](https://github.com/JosiahBull/constr-struct-version/actions/workflows/ci.yaml)
[![Crates.io](https://img.shields.io/crates/v/const_struct_version)](https://crates.io/crates/const_struct_version)
[![Docs.rs](https://docs.rs/const_struct_version/badge.svg)](https://docs.rs/const_struct_version)