commit | 3fdb02f62e0edb5731dc30f8b867529f144882b7 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Wed Apr 12 02:32:38 2023 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Fri Apr 14 04:05:08 2023 -0400 |
tree | 5fc2f3507ca2e06b0a08346f3b95025e7be59c5e | |
parent | a3651646a9ae87881c18e9ee8163c206cfaae86f [diff] |
Use std::string_view in several APIs Change-Id: I2c13b229162b247738cbf46d6bf71fc69d45816f
ndn-cxx is a C++17 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 bug reports or feature requests to the ndn-cxx issue tracker.
Contributions to ndn-cxx are greatly appreciated and can be made through our Gerrit code review site. If you are new to the NDN software community, please read our Contributor's Guide and README-dev.md
to get started.
ndn-cxx is free software distributed under the GNU Lesser General Public License version 3. See COPYING.md
for details.