protofetch 0.1.17

A source dependency management tool for Protobuf.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod api;
mod cache;
mod cli;
mod config;
mod fetch;
mod flock;
mod git;
mod model;
mod proto;
mod resolver;
mod sync;

pub use api::{LockMode, Protofetch, ProtofetchBuilder};