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

Replace as_ functions in Rust with From / TryFrom #304

Open
SebastienGllmt opened this issue Jan 30, 2024 · 0 comments
Open

Replace as_ functions in Rust with From / TryFrom #304

SebastienGllmt opened this issue Jan 30, 2024 · 0 comments

Comments

@SebastienGllmt
Copy link
Contributor

Previously we used the as_ pattern was because WASM needs explicit functions. This is no longer a concern with our Rust / WASM split, but we still have places like BigInteger where we're using this old pattern.

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

No branches or pull requests

1 participant