Closed zrzka closed 6 years ago
Fixes #4
Result<Value>
Result<Cow<'a, Value>>
There're probably more places suitable for optimisation, but I consider it as premature until benchmarks & friends will be implemented.
Change-type: patch Signed-off-by: Robert Vojta robert@balena.io
Fixes #4
Result<Value>
Result<Cow<'a, Value>>
is used instead ofResult<Value>
There're probably more places suitable for optimisation, but I consider it as premature until benchmarks & friends will be implemented.
Change-type: patch Signed-off-by: Robert Vojta robert@balena.io