liba 0.1.0

An algorithm library based on C language.
docs.rs failed to build liba-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: liba-0.1.15

An algorithm library {#mainpage}

msvc linux macos mingw msys2 freebsd doxygen

required tools

optional tools

setup

python packages

python -m pip install -r requirements.txt

build

release

cmake -S . -B build
cmake --build build
cmake --install build

cython

python setup.py build_ext --inplace

wheel

python setup.py bdist_wheel

using

cmake

find_package(a CONFIG REQUIRED)
target_link_libraries(<TARGET> PRIVATE a::a)

Copyright {#copyright}

Copyright (C) 2020 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/.