tensogram 0.20.0

Fast binary N-tensor message format for scientific data — encode, decode, file I/O, streaming
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// (C) Copyright 2026- ECMWF and individual contributors.
//
// This software is licensed under the terms of the Apache Licence Version 2.0
// which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.

fn main() {
    // Capture pure-Rust dependency versions from Cargo.lock into
    // OUT_DIR/built.rs so that doctor.rs can read them via env!().
    // This covers tokio, memmap2, object_store, and other runtime deps.
    built::write_built_file().expect("failed to write built.rs");

    println!("cargo:rerun-if-changed=build.rs");
}