swift-nio/Sources/NIOFoundationCompat
George Barnett edfceecba1
Add utilties for reading and writing UUIDs (#2045)
Motivation:

UUIDs are often sent over the wire but writing and reading their bytes
to/from a buffer is a bit of a pain.

Modifications:

- Add utilties to 'NIOFoundationCompat' for reading/writing and
  getting/setting a UUID on a `ByteBuffer`.

Result:

Easier to write/read UUIDs to/from a buffer.

Co-authored-by: Cory Benfield <lukasa@apple.com>
2022-10-31 06:25:28 -07:00
..
ByteBuffer-foundation.swift Add utilties for reading and writing UUIDs (#2045) 2022-10-31 06:25:28 -07:00
Codable+ByteBuffer.swift replace the double encoding by writing bytes directly to the buffer (#2043) 2022-02-08 23:41:13 -08:00
JSONSerialization+ByteBuffer.swift Clean up dependencies and imports. (#1935) 2021-08-12 13:49:46 +01:00