hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

README (385B)


      1 The net module provides some general-purpose interfaces and support code, but
      2 generally users are directed to the submodules, where implementations of
      3 various network protocols are provided, such as [[net::tcp::]] or
      4 [[net::dns::]].
      5 
      6 A porcelain API for establishing an outgoing connection, able to automatically
      7 handle matters such as DNS resolution, is available at [[net::dial::]].