Closed natto1784 closed 2 months ago
Installing as a standalone library works due to install: true in static_library(). However, headers are not automatically installed. This commit adds the two headers available under ffi/.
install: true
static_library()
ffi/
Additionally, I have set check: true for the cargo command
check: true
(I don't meant to backseat drive this project, just noticed build related PRs when trying to check what changed "recently")
Installing as a standalone library works due to
install: true
instatic_library()
. However, headers are not automatically installed. This commit adds the two headers available underffi/
.Additionally, I have set
check: true
for the cargo command