trivet 3.0.0

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

// Build definitions needed by Trivet.
fn main() {
    // Allow the tarpaulin_include annotation.
    println!("cargo::rustc-check-cfg=cfg(tarpaulin_include)");
}