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

Generic format #50

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Commits on Jun 20, 2021

  1. Refactor: shorten fn load impl

    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    ba2100c View commit details
    Browse the repository at this point in the history
  2. Implement format specification with generic arguments

    This patch implements config format specification by providing
    generic arguments to the API functions.
    
    The type provided in the generic argument implements the deserialization
    technique.
    
    The example was adapted.
    
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    b7f5a76 View commit details
    Browse the repository at this point in the history
  3. Remove restriction to have either toml or yaml

    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    11d4544 View commit details
    Browse the repository at this point in the history