Skip to content

feat(jans-cedarling): go binding for cedarling #11014

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

Closed
2 of 9 tasks
SafinWasi opened this issue Mar 10, 2025 · 3 comments · Fixed by #11239
Closed
2 of 9 tasks

feat(jans-cedarling): go binding for cedarling #11014

SafinWasi opened this issue Mar 10, 2025 · 3 comments · Fixed by #11239
Assignees
Labels
comp-jans-cedarling Touching folder /jans-cedarling kind-feature Issue or PR is a new feature request
Milestone

Comments

@SafinWasi
Copy link
Contributor


Description

We want to create a binding for calling Cedarling functions from Go. The current approach is using https://github.com/ihciah/rust2go to create CGo FFI that can be called from Go.


Prepare

  • Read contribution guidelines
  • Read license information

Identified code changes

  • Expose rust interfaces
  • Create bindings
  • Create Go library

Test cases and code coverage

N/A


Document the changes

  • task for updating user guides if needed
  • task for updating installation and configuration guides if needed
  • task for updating developer documentation if needed
  • task for updating technical documentation if needed
@mo-auto mo-auto added comp-jans-cedarling Touching folder /jans-cedarling kind-feature Issue or PR is a new feature request labels Mar 10, 2025
@olehbozhok
Copy link
Contributor

also related
ihciah/rust2go#65

@moabu moabu added this to the next-release milestone Mar 13, 2025
@jgomer2001
Copy link
Contributor

@SafinWasi Maybe this is of help:

NordSecurity (NordVPN guys) maintains the uniffi generator for go language
https://github.com/NordSecurity/uniffi-bindgen-go

it's endorsed here https://github.com/mozilla/uniffi-rs/blob/main/README.md#third-party-foreign-language-bindings

@olehbozhok
Copy link
Contributor

olehbozhok commented Mar 25, 2025

@jgomer2001 looks cool. But we use rust uniffi v0.29 but uniffi-bindgen-go support v0.25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-cedarling Touching folder /jans-cedarling kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants