Skip to content

Dup4/result-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4100260 · Sep 24, 2023

History

91 Commits
Sep 24, 2023
Sep 20, 2023
Jul 3, 2022
Jul 2, 2023
Jul 2, 2023
Jul 7, 2022
Jul 3, 2022
Jul 3, 2022
Jan 12, 2023
Jan 25, 2023
Jan 12, 2023
Sep 20, 2023
Jan 12, 2023
Sep 20, 2023
Jan 13, 2023

Repository files navigation

result-cpp

Clang Format Test codecov GitHub release

Integration

CMake

FetchContent_Declare(
    result-cpp
    QUIET
    GIT_REPOSITORY https://github.com/Dup4/result-cpp.git
    GIT_TAG v{x.y.z} # Where `x.y.z` is the release version you want to use.
)

Bazel

git_repository(
    name = "result-cpp",
    remote = "https://github.com/Dup4/result-cpp.git",
    tag = "v{x.y.z}",  # Where `x.y.z` is the release version you want to use.
)

Usage

See the usage in the unit test

License

MIT License © 2022 - PRESENT Dup4