Added
- New
len
,strip
,sum
andtrim
Actions. - Actions reference to README.
Changed
- Fixed README comments.
Action
trait to returnResult<Option<Cow<'a, Value>>>
which allows passing of Value data by reference.- Benchmarks to use Criterion benchmark Groups.