- Bump
syn
to 2.
- Allow trying bools:
true?
is Ok,false?
is Err.
- Include function name in error message.
impl From<&str> for StringError
.
- Remove
anyhow
and makeserde
optional.
#[tracked]
will now recurse into macros that successfully parse as a list of comma-separated expressions.
#[tracked]
will now recurse into macros that successfully parse as statement blocks.
StringError
is nowSerialize
/Deserialize
/Clone
.
Track
returnsStringError
now.
- Added
tracked::set_build_id
. - Fixed
clippy::needless_question_mark
warnings.
- Initial release! 🎉