You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ Everything began with [an issue](https://github.com/apple/swift-nio/issues/1265)
20
20
-[ ] decoding can ignore line breaks
21
21
-[ ] encoding can insert line breaks
22
22
23
+
This package's encoding implementation [is used in `swift-nio`'s websocket implementation](https://github.com/apple/swift-nio/blob/master/Sources/NIOWebSocket/Base64.swift).
24
+
23
25
## Performance
24
26
25
27
Super [simple performance test](https://github.com/fabianfett/swift-base64-kit/blob/master/Sources/Base64KitPerformanceTest/main.swift)
0 commit comments