class Lutaml::Model::Toml::TomlibAdapter

def self.parse(toml, _options = {})

def self.parse(toml, _options = {})
  Tomlib.load(toml)
end

def to_toml(*)

def to_toml(*)
  Tomlib.dump(to_h)
  # Tomlib::Generator.new(to_h).toml_str
end