package mirage-net-lwt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Network devices using lwt

Mirage_net defines the signature for MirageOS network devices.

Release v2.0.0

module type S = Mirage_net.S with type 'a io = 'a Lwt.t and type buffer = Cstruct.t and type macaddr = Macaddr.t