Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use C style function names instead #18

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Use C style function names instead #18

merged 2 commits into from
Sep 12, 2024

Conversation

FriwiDev
Copy link
Contributor

When trying to embed this library into my rust project, I encountered an issue due to the mangling of function names. In order to be able to better include this library in non-cpp projects, I would like to suggest turning off the mangling of function names by defining the main function as "extern C".

@lemire
Copy link
Member

lemire commented Sep 12, 2024

Sounds reasonable.

@lemire lemire merged commit ecaad18 into simdutf:main Sep 12, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants