iota-crypto 0.23.2

The canonical source of cryptographic ground-truth for all IOTA Rust projects
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2022 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

fn main() {
    let ac = autocfg::new();
    ac.emit_has_type("i128");
    ac.emit_has_type("u128");

    autocfg::rerun_path("build.rs");
}