ruma: Re-export JsOption

This commit is contained in:
Jonas Platte 2022-08-23 13:28:26 +02:00
parent 661f6e60bd
commit 173eb15147
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
2 changed files with 3 additions and 0 deletions

View File

@ -205,6 +205,7 @@ __ci = [
[dependencies]
assign = "1.1.1"
js_int = "0.2.0"
js_option = "0.1.1"
ruma-common = { version = "0.9.2", path = "../ruma-common" }

View File

@ -117,6 +117,8 @@ pub mod api {
pub use assign::assign;
#[doc(no_inline)]
pub use js_int::{int, uint, Int, UInt};
#[doc(no_inline)]
pub use js_option::JsOption;
#[cfg(feature = "client-ext-client-api")]
pub use ruma_client::Client;
pub use ruma_common::{