7 releases
new 0.1.6 | Jan 5, 2025 |
---|---|
0.1.5 | Jan 4, 2025 |
#562 in Encoding
637 downloads per month
Used in jdt_activity_pub
5KB
86 lines
MaybeReference
This is a utility crate that establishes an enum to use to match a JSON value that may be a single string (a "reference"), a reference in the form of {"id": "reference"}
or an object.
"https://example.com/id/uuid"
{"id": "reference"}
{"id": "reference", "content": "somecontent"}
These would all match to MaybeReference<String> as ::Reference, ::Identifier, ::Actual, respectively.
Dependencies
~3–5MB
~90K SLoC