Skip to content

C++ wrapper for librg network library

License

Notifications You must be signed in to change notification settings

markatk/librg-cpp

Repository files navigation

librg-cpp

Build Status Build status GitHub

Description

C++ wrapper for librg network library

Warning: The wrapper is under heavy development and will have breaking changes still a first stable release is ready!

Documentation

Documentation can be found on github.io.

The documentation is build with CMake and will be located in docs/html when building local.

Example

Examples needs to be added.

Testing

Testing is done on multiple platforms with multiple compilers.

Operating System Compiler
Windows msvc (appveyor), gcc and clang (travis)
Linux gcc and clang (travis)
macOS gcc and clang (travis)

License

Copyright 2019 MarkAtk

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.