1 2 3 4 5 6 7
// Copyright (c) 2022-2024 The MobileCoin Foundation #![doc = include_str!("../README.md")] #![no_std] #![allow(non_camel_case_types)] include!(concat!(env!("OUT_DIR"), "/bindings.rs"));