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 Func::new constructor #662

Merged
merged 5 commits into from
Feb 10, 2023
Merged

Add Func::new constructor #662

merged 5 commits into from
Feb 10, 2023

Commits on Feb 10, 2023

  1. add Func::new constructor

    This allows for dynamically typed Func creation. While generally inferior to Func::wrap from a safety and efficiency perspective this allows for certain use cases that are not possible to be covered by Func::wrap.
    Robbepop committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    0e77341 View commit details
    Browse the repository at this point in the history
  2. improve Func::new docs

    Robbepop committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    6ee9e5b View commit details
    Browse the repository at this point in the history
  3. add some tests for Func::new

    Robbepop committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    71dc6f2 View commit details
    Browse the repository at this point in the history
  4. fix nostd build issue

    Robbepop committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    385c23a View commit details
    Browse the repository at this point in the history
  5. fix internal doc links

    Robbepop committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    96e124b View commit details
    Browse the repository at this point in the history