• Home
  • History
  • Annotate
  • only in /external/libmojo/mojo/public/c/
NameDateSize

..10-Aug-20184 KiB

README.md10-Aug-2018717

system/10-Aug-20184 KiB

test_support/10-Aug-20184 KiB

README.md

1Mojo Public C API
2=================
3
4This directory contains C language bindings for the Mojo Public API.
5
6System
7------
8
9The system/ subdirectory provides definitions of the basic low-level API used by
10all Mojo applications (whether directly or indirectly). These consist primarily
11of the IPC primitives used to communicate with Mojo services.
12
13Though the message protocol is stable, the implementation of the transport is
14not, and access to the IPC mechanisms must be via the primitives defined in this
15directory.
16
17Test Support
18------------
19
20This directory contains a C API for running tests. This API is only available
21under special, specific test conditions. It is not meant for general use by Mojo
22applications.
23