liba-0.1.0-rc2 has been yanked.
Visit the last successful build:
liba-0.1.15
An algorithm library {#mainpage}
required tools
optional tools
build
xmake
cmake
vcpkg
cp -r -Force build/vcpkg/* $ENV:VCPKG_INSTALLATION_ROOT
conan
cargo
cython
wheel
usage
C/C++
xmake.lua
add_requires
CMakeLists.txt
find_package(liba CONFIG REQUIRED)
target_link_libraries(<TARGET> PRIVATE liba::a)
conanfile.txt
[requires]
liba/[~0.1]
Lua
local a = require
print
Java
;
;
Rust
Cargo.toml
[]
= "*"
main.rs
use liba;
Python
Copyright {#copyright}
Copyright (C) 2020-present tqfx, All rights reserved.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.