bee-common 0.6.0

Common utilities used across the bee framework
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2020-2021 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");
}