spoa_rs 0.1.0

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

#include "spoa/version.hpp"

#include "spoa_config.h"

namespace spoa {

std::string Version() {
    return std::string(SPOA_VERSION);
}

}  // namespace spoa