tracked 0.5.4

A stringly-typed Error that includes `#[track_caller]` information.
Documentation
1
2
3
4
#[test]
fn test_str() {
	let _: tracked::StringError = "foo".into();
}