packable 0.7.0

A crate for packing and unpacking binary representations.
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2021-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");
}