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

added a function to the symbol trait called "native_symbol" #494

Merged
merged 6 commits into from Jan 3, 2023

Commits on Dec 29, 2022

  1. added a function to the symbol trait called "native_symbol" that allows

    you to get a copy of the underlying native symbol structure.
    _xeroxz committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    aac8c9b View commit details
    Browse the repository at this point in the history
  2. updated symbols to optionally return a value...

    _xeroxz committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    c3896f2 View commit details
    Browse the repository at this point in the history
  3. removed native_symbol function and added raw_symbol. I still need to add

    test code before merging...
    _xeroxz committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    076bb3a View commit details
    Browse the repository at this point in the history
  4. added test code, works, ready to merge

    _xeroxz committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    28123a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. applied requested changes

    _xeroxz committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2b97362 View commit details
    Browse the repository at this point in the history
  2. ran cargo fmt on the project

    _xeroxz committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    63ba849 View commit details
    Browse the repository at this point in the history