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