capnp
OCaml code generation plugin for the Cap'n Proto serialization framework
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package capnp
-
capnp
-
-
capnp.unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library capnp
type (!'cap, !+'a) t = private ( 'cap, 'a ) ROM.StructStorage.t = {
data : 'cap Slice.t; |
pointers : 'cap Slice.t; |
}
val readonly : ( 'cap, 'a ) t -> ( MessageSig.ro, 'a ) t
val with_attachments :
MessageSig.attachments ->
( 'cap, 'a ) t ->
( 'cap, 'a ) t
val get_attachments : ( 'cap, 'a ) t -> MessageSig.attachments
type !'a reader_t = ( MessageSig.ro, 'a ) t option
type !'a builder_t = ( MessageSig.rw, 'a ) t
val message_of_builder : 'a builder_t -> MessageSig.rw Message.t
ON THIS PAGE
No table of contents