libket 0.7.1

Runtime library for the Ket programming language
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: 2024 Evandro Chagas Ribeiro da Rosa <evandro@quantuloop.com>
//
// SPDX-License-Identifier: Apache-2.0

fn main() {
    if std::env::var("CARGO_FEATURE_C_API").is_ok() {
        build_info_build::build_script();
    }
}