TOMLDecoder icon indicating copy to clipboard operation
TOMLDecoder copied to clipboard

Define availability for embedded Swift

Open dduan opened this issue 2 months ago • 0 comments

The parsing layer is perfectly fine to work in embedded Swift, in theory. Codable and friends are marked as not available in embedded Swift.

So it's clear that a subset of the APIs should be offered in embedded Swift.

dduan avatar Dec 10 '25 01:12 dduan