doc(runtime-c-api) Add short module descriptions.

This commit is contained in:
Ivan Enderlin
2019-03-29 16:22:38 +01:00
parent ef0f00f5a1
commit 1c063090c5
10 changed files with 94 additions and 9 deletions

View File

@ -1,4 +1,4 @@
//! Errors.
//! Read runtime errors.
use libc::{c_char, c_int};
use std::cell::RefCell;