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

feat(rust): support ability to disable boxed models in client #17931

Merged
merged 2 commits into from
Feb 28, 2024

Commits on Feb 24, 2024

  1. feat(client): support ability to disable boxed models

    Add new additional property `avoidBoxedModels` which can be configured to avoid `Box<..>` of models.
    
    It's very nice to have such config, because it doesn't make a lot of sense for really simple models.
    DDtKey committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d1b4819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bfec20 View commit details
    Browse the repository at this point in the history