cxxbridge-cmd 1.0.194

C++ code generator for integrating `cxx` crate into a non-Cargo build.
1
2
3
4
5
6
7
8
9
10
11
#pragma once
#include <array>
#include <cstdint>

namespace rust {
inline namespace cxxbridge1 {
namespace repr {
using Fat = ::std::array<::std::uintptr_t, 2>;
} // namespace repr
} // namespace cxxbridge1
} // namespace rust