add_to_commit

Function add_to_commit 

Source
pub fn add_to_commit(
    commit: &str,
    measurement: &str,
    value: f64,
    key_values: &[(String, String)],
) -> Result<()>