1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-07-27 18:11:55 +00:00

Add some dox

This commit is contained in:
Alex Crichton
2018-07-26 18:49:20 -07:00
parent 7b4f0072c8
commit a1ffa8abd3
9 changed files with 210 additions and 8 deletions
crates

@@ -3,6 +3,7 @@
//! More documentation can be found in the README for this crate!
#![feature(use_extern_macros)]
#![deny(missing_docs)]
extern crate wasm_bindgen_test_macro;
extern crate wasm_bindgen;
@@ -46,5 +47,4 @@ macro_rules! wasm_bindgen_test_configure {
}
#[path = "rt/mod.rs"]
#[doc(hidden)]
pub mod __rt;