This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Description
I am trying to integrate Unicorn into my library, but it seems to have an external dependency rs-core:
1 error generated.
In file included from unicorn/segment-test.cpp:1:
unicorn/core.hpp:3:10: fatal error: 'rs-core/common.hpp' file not found
#include "rs-core/common.hpp"
What is rs-core, and where can I find it?