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

Input Wrapper #883

Closed
wants to merge 7 commits into from
Closed

Input Wrapper #883

wants to merge 7 commits into from

Commits on Dec 4, 2023

  1. - Add #[input_wrapper].

      - Add the heck dep to convert from CamelCase into snake_case.
    - Add layers.
      - `Id`, which just forwards the input.
      - `On`, applies some Module into an input wrapper field.
        - Contains a test demonstrating it's usage.
      - `Add`, which calls `try_add` for the inputs.
    swfsql committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    86cec34 View commit details
    Browse the repository at this point in the history
  2. rm missing mod

    swfsql committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2939d10 View commit details
    Browse the repository at this point in the history
  3. rm newline; update test dtype

    swfsql committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d04636d View commit details
    Browse the repository at this point in the history
  4. fix test for f64

    swfsql committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9db1466 View commit details
    Browse the repository at this point in the history
  5. generalize Id; test renaming

    swfsql committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    28b5049 View commit details
    Browse the repository at this point in the history
  6. updates to current main

    swfsql committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    82c314b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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