hare

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

README (215B)


      1 net::unix provides access to Unix sockets for networking.
      2 
      3 A protocol provider for [[net::dial::]] is provided by this module, but you must
      4 import net::unix at least once in order for it to be visible to net::dial.