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 page to guide about enums #3693

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

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    cc472e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b62ba89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36bb8c4 View commit details
    Browse the repository at this point in the history
  4. add enum.rs

    SIGSTACKFAULT committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f2d75ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    184057b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    813a55d View commit details
    Browse the repository at this point in the history
  7. add a second comment about the StringEnum

    for those who didn't read the prose
    SIGSTACKFAULT committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c049ca2 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. add JS examples

    SIGSTACKFAULT committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    83619ac View commit details
    Browse the repository at this point in the history
  2. change example names from 'enum' to 'enums'

    since 'enum' is reserved by rust and you can't name a module 'enum.rs'
    SIGSTACKFAULT committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8368502 View commit details
    Browse the repository at this point in the history
  3. T return value does work

    not sure why i did that tbh
    SIGSTACKFAULT committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0b1f61b View commit details
    Browse the repository at this point in the history