dvc 0.1.0

A small crate to fetch data from a DVC repository.
Documentation
1
2
3
4
5
mod download;
pub mod error;
pub mod structures;

use error::Error;