codecov 0.4.1

Codecov API client for Rust
Documentation
1
2
3
4
/**
 * Url is just a string that represents a URL. (currently)
 */
pub type Url = String;