simd-json 0.7.0

High performance JSON parser based on a port of simdjson
Documentation
//! Reexport of Cow

#[cfg(not(feature = "beef"))]
pub use std::borrow::Cow;

#[cfg(feature = "beef")]
pub use beef::lean::Cow;