summaryrefslogtreecommitdiff
path: root/include/base/README.md
blob: 3da1621299bf1e906a2f80c4e897aabee1b417fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include/base
============

This directory contains libnl-independent helper.

It's an internal "library" of helpers, that purely depend
on C and external dependencies.

Currently, it's also header-only, so there is no need to link
with anything special.

This can be used freely by all our internal code, but it's private API,
so it cannot be used in public headers.