spoa-sys 0.2.1

Low-level bindings to the spoa C++ library.
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