trivet 3.1.0

The trivet Parser Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Trivet
// Copyright (c) 2025 by Stacy Prowell.  All rights reserved.
// https://gitlab.com/binary-tools/trivet

// Build definitions needed by Trivet.
fn main() {
    // Allow the tarpaulin_include annotation.
    // NOTE: This uses the single colon version of this annotation in order to set the MSRV
    // below 1.77.0.  This is necessary because the double colon version was not available.
    println!("cargo:rustc-check-cfg=cfg(tarpaulin_include)");
}