Skip to content

Commit

Permalink
Export cstruct-cap on cstruct first entry-point
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Mar 8, 2019
1 parent 7c8a6a1 commit 28bdc45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/cstruct.ml
@@ -1 +1,3 @@
module Cap = Cstruct_cap

include Cstruct_core
2 changes: 2 additions & 0 deletions lib/cstruct.mli
Expand Up @@ -505,3 +505,5 @@ val concat: t list -> t
val rev: t -> t
(** [rev t] is [t] in reverse order. The return value is a freshly allocated
cstruct, and the argument is not modified. *)

module Cap = Cstruct_cap

0 comments on commit 28bdc45

Please sign in to comment.