feat: C 및 C++ 호환 바인딩 추가 - #179
Open
kdyann wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
🚀 New features to boost your workflow:
|
Contributor
Changepacks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
설명
braillify 라이브러리의 기능을 C 및 C++ 환경에서 사용할 수 있도록 C ABI 바인딩을 추가합니다.
주요 구성
extern "C"인터페이스로 제공합니다.extern "C"가드가 적용된braillify.h를 제공하여 동일한 API를 C와 C++에서 사용할 수 있습니다.staticlib과cdylib을 모두 빌드할 수 있어 애플리케이션 환경에 따라 정적 또는 동적 링크 방식을 선택할 수 있습니다.패키지 구조
GitHub Actions 워크플로우
플랫폼별로 정적·동적 라이브러리를 빌드하고, 헤더와 함께 GitHub Release에 업로드합니다.
테스트