thiserror-ext-derive 0.3.0

Procedural macros for `thiserror_ext`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// The code in this module is copied from
// https://github.com/dtolnay/thiserror/blob/89fb343a23b356845fce5098a095b419b94d1c88/impl/src/.
//
// See `LICENSE` for the original license.

#![allow(dead_code)]
#![allow(clippy::all)]

pub mod ast;
pub mod attr;
pub mod fmt;
pub mod generics;
pub mod props;
pub mod scan_expr;
pub mod unraw;