lib/async/io/binary_string.rb



# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2017-2023, by Samuel Williams.

require_relative 'buffer'

module Async
	module IO
		# This is deprecated.
		BinaryString = Buffer
	end
end