javascriptcore/lib.rs
1// // Copyright 2013-2017, The Gtk-rs Project Developers.
2// // See the COPYRIGHT file at the top-level directory of this distribution.
3// // Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
4#![cfg_attr(docsrs, feature(doc_cfg))]
5
6mod auto;
7pub use auto::{traits::*, *};
8
9mod value;
10pub use value::*;