hyperscan-async 0.0.0

Async wrapper for the hyperscan C++ regex library.
1
2
3
4
5
6
#ifndef __HS_H__
#define __HS_H__

#include "hs/hs.h"

#endif /* __HS_H__ */