Skip to content

Commit

Permalink
Merge pull request #29 from VeryAmazed/dev
Browse files Browse the repository at this point in the history
oops and readme
  • Loading branch information
ishmeals authored Mar 27, 2024
2 parents a25c862 + 5d74e8d commit 321b6a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ meson install -C build
This will generate `include` and `lib` folders.

# Usage
[Documentation](https://veryamazed.github.io/digest/)
* Headers at `#include <digest/___.hpp>`
* Classes are in `digest` namespace
* example compile: `g++ file.cpp -IPREFIX/include -LPREFIX/lib -ldigest`
Expand Down Expand Up @@ -66,3 +67,5 @@ meson setup build
cd build && meson compile
```
this will generate proper executables for benchmark/testing

add to forked repo
2 changes: 2 additions & 0 deletions include/digest/digester.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,5 @@ template <BadCharPolicy P> class Digester {
};

} // namespace digest

#include "digester.tpp"

0 comments on commit 321b6a5

Please sign in to comment.