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

feat: Add support for no-std environment #155

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ElijahVlasov
Copy link

@ElijahVlasov ElijahVlasov commented Dec 2, 2023

This PR adds a possibility of using the library in no_std projects.

  • Adds a cargo feature std which is default.
  • Different settings of dependencies for no_std.
  • Usage of core and alloc instead of std for no_std.
  • Conditional compilation of serialize/deserialize of StarkFelt (because of use of std::io).

This change is Reviewable

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.

1 participant