spoa_rs 0.1.0

Rust bindings for SPOA (SIMD POA)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2023 Robert Vaser

#ifndef SPOA_CONFIG_H_
#define SPOA_CONFIG_H_

namespace spoa {

constexpr char SPOA_VERSION[] = "@SPOA_VERSION@";

}  // namespace spoa

#endif  // SPOA_CONFIG_H_