walkerlab / orcapod

MIT License
1 stars 3 forks source link

Add InputSource model #13

Open Synicix opened 1 month ago

Synicix commented 1 month ago
pub struct InputSource {
  streams = [BTreeMap<String, String>,...]  //
  fn from_folder(folder);  // how should streams be created
  fn from_files([file1,file2]);
}