klotski 0.0.2

Klotski multifunctional engine with high performance
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#include "rust_ffi/src/bridge.rs.h"

namespace klotski::ffi {

bool short_code_check(uint32_t val);

bool layout_check(uint64_t val);

uint32_t short_code_from_str(rust::Str s);

uint64_t layout_from_str(rust::Str s);

void short_code_speed_up(bool fast_mode);

} // namespace klotski::ffi