zxing-cpp 0.5.1

A rust wrapper for the zxing-cpp barcode library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
* Copyright 2026 Axel Waggershauser
*/
// SPDX-License-Identifier: Apache-2.0

#pragma once

#include "Version.h"

#if defined(_MSC_VER)
#pragma message("<ZXing/ZXingVersion.h> is deprecated, include ZXing/Version.h instead")
#else
#warning "<ZXing/ZXingVersion.h> is deprecated, include ZXing/Version.h instead"
#endif