Ivan Dubrov
Ivan Dubrov
Another way is to allow specifying `#[test]` after `#[parameterized(..)]` (by making `parameterized` macro to remove `#[test]`): ```rust #[parameterized( a = { 1, 2, 3 }, b = { 5, 6,...
It wasn't added because it is not specified in the [RFC 6902](https://datatracker.ietf.org/doc/html/rfc6902#section-4).
I merged the update with the changes for `json-patch`, will release at some point later. One issue is that `PointerBuf` didn't exist before, it was a breaking API change on...
Released as 3.0.0
Oh wait.
Okay, I don't do this very often obviously... I accidentally released 3.0.0 from a branch. Re-released from `main` branch as `3.0.1`, yanked `3.0.0`.
Actually, maybe, this could be a feature?