NPRPC docs

function unmarshal_string

Swift

func unmarshal_string(buffer: UnsafeRawPointer, offset: Int) -> String

Unmarshal a UTF-8 flat string. Builds String directly from the wire bytes (no intermediate Data allocation).

nprpc_swift/Sources/NPRPC/Marshalling.swift:29