Versions in this module Expand all Collapse all v0 v0.1.0 Sep 7, 2026 Changes in this version + func MarshalMapString[K comparable, V any](m map[K]V) (string, error) + func MarshalSliceString[T any](values []T) (string, error) + func MarshalString[T any](value T) (string, error) + func UnmarshalString[T any](data string) (T, error) + func Unmarshal[T any](data []byte) (T, error)