Sha256: f6cdc74f4efdf73fcb956882f4cf557ce7f8ff4b1e811ee151da7062ad5ee024

Contents?: true

Size: 217 Bytes

Versions: 9

Compression:

Stored size: 217 Bytes

Contents

fn main() -> Result<(), Box<dyn std::error::Error>> {
    let _ = rb_sys_env::activate()?;
    prost_build::compile_protos(&["src/metrics.proto"], &["src/"])
        .expect("failed compile protobufs");

    Ok(())
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
vinted-prometheus-client-mmap-1.7.0 ext/fast_mmaped_file_rs/build.rs
vinted-prometheus-client-mmap-1.7.0-x86_64-linux ext/fast_mmaped_file_rs/build.rs
vinted-prometheus-client-mmap-1.6.0 ext/fast_mmaped_file_rs/build.rs
vinted-prometheus-client-mmap-1.6.0-x86_64-linux ext/fast_mmaped_file_rs/build.rs
vinted-prometheus-client-mmap-1.5.0-x86_64-linux ext/fast_mmaped_file_rs/build.rs
vinted-prometheus-client-mmap-1.4.0 ext/fast_mmaped_file_rs/build.rs
vinted-prometheus-client-mmap-1.3.0 ext/fast_mmaped_file_rs/build.rs
vinted-prometheus-client-mmap-1.2.2 ext/fast_mmaped_file_rs/build.rs
vinted-prometheus-client-mmap-1.2.1 ext/fast_mmaped_file_rs/build.rs