Introduce a function to extend from a JSON array of objects

This commit is contained in:
Kerollmops
2022-07-11 18:38:50 +02:00
parent dc61105554
commit a892a4a79c
6 changed files with 89 additions and 12 deletions

View File

@ -1,6 +1,7 @@
mod builder;
mod enriched;
mod reader;
mod serde_impl;
use std::fmt::{self, Debug};
use std::io;