/+
+            Copyright 2023 – 2024 Aya Partridge
+ Distributed under the Boost Software License, Version 1.0.
+     (See accompanying file LICENSE_1_0.txt or copy at
+           http://www.boost.org/LICENSE_1_0.txt)
+/
module bindbc.common;

public import
	bindbc.common.codegen,
	bindbc.common.types,
	bindbc.common.value_class,
	bindbc.common.versions;