pub fn encode_ndjson_record(
config: EncodeConfig,
record: &OwnedRecord,
out: &mut Vec<u8>,
)Expand description
Encodes one owned record as NDJSON.
pub fn encode_ndjson_record(
config: EncodeConfig,
record: &OwnedRecord,
out: &mut Vec<u8>,
)Encodes one owned record as NDJSON.