marina 0.2.4

A dataset manager for robotics to organize, share, and discover datasets and metadata across storage backends.
Documentation
1
2
3
4
5
6
7
8
9
pub mod driver;
pub mod folder;
#[cfg(feature = "gdrive")]
pub mod gdrive;
#[cfg(feature = "gdrive")]
pub mod gdrive_auth;
pub mod http;
pub mod ssh;
pub mod stub;