benzina 0.5.1

Various helper types and macros for `diesel`
Documentation
1
2
3
4
5
6
use crate::typed_uuid;

typed_uuid!(
    /// A example struct generated by [`typed_uuid`].
    pub FooId
);