import Foundation public struct Field { public let key: [UInt8] public let value: [UInt8] }