commit | 765abc908764a489483d48bb635e7b5eeb593330 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Mon Dec 27 00:44:04 2021 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Fri Dec 31 14:45:03 2021 -0500 |
tree | 4ff05fa975344c6df0ed65ab99127713e5bbff4f | |
parent | d1b6f95864d9ca6a60d632e4f0565d665578a048 [diff] |
util: backport C++20 std::span and use it in various APIs Implementation taken from span-lite by Martin Moene, commit 337af6e23f6d3264136c16565546244da23159ba Change-Id: Icfd0ba6841cbf6ef7870c31c881df940da9faf7e
ndn-cxx is a C++14 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:
See docs/INSTALL.rst
for compilation and installation instructions.
Extensive documentation is available on the library's homepage.
Please submit any bugs or feature requests to the ndn-cxx issue tracker.
We greatly appreciate contributions to the ndn-cxx code base. If you are new to the NDN software community, please read the Contributor's Guide to get started.
ndn-cxx is an open source project licensed under the LGPL version 3. See COPYING.md
for more information.