-
Notifications
You must be signed in to change notification settings - Fork 129
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
feat: rust bindings #259
feat: rust bindings #259
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work. I think if we're able to pull in alloy types here, we should be good to get this merged and continue iterating on what's in trunk.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. I think it's reasonable to get this great start in trunk and keep iterating + adding tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Adds minimal rust bindings to the superchain registry package.
include_dir
in the crate's binarylazy_static
s and exported for usage.Ctor could be used alternatively of lazy_static, however I feel like lazy evaluation is an important feature and consider it preferable (and less experimental) than global constructors.
Tests
Metadata