Skip to content

apiaryio/dtl

 
 

Repository files navigation

dtl

Build Status

What is dtl?

dtl is a diff template library written in C++.

Copyright(C) 2015 Tatsuhiko Kubo <cubicdaiya@gmail.com>

dtl can compare two sequences with arbitrary type, however the sequences must support the random access iterator.

How to use dtl

To start using this library, all you need to do is include dtl.hpp.

#include "dtl/dtl.hpp"

If you are interested in the details, please visit the Tutorial.

Documents

If you are interested in the details moreover, please visit the Documents.

License

Please read the file COPYING.

About

diff template library written by C++

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.5%
  • Python 1.5%
  • CMake 1.0%