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

Add codegen option instead of derive #90

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

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    81afd50 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. add comments

    amaloz committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9de1ab4 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Add codegen option instead of derive

    doesn't cache the output of the proc macro, and using the derive form of
    this code can cause slowdowns in `cargo check` and `rust-analyzer`.
    
    As an alternative, this commit introduces an option to generate the
    `PrimeField` implementation in a `build.rs` script, to avoid the
    slowdown.
    marcgalois committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    b8d8570 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Upgrade subtle dependency

    marcgalois committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    faadd46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a4c613 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. chore: bump rust version

    marcgalois committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    be5c8ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8385746 View commit details
    Browse the repository at this point in the history