Re-export most useful items from js_int
Using `#[doc(no_inline)]` to make it obvious in docs that these are from a crate separate from Ruma.
This commit is contained in:
parent
eeb5df2c95
commit
4e34079c2f
@ -32,6 +32,8 @@ identity-service-api = ["ruma-api", "ruma-identity-service-api"]
|
|||||||
push-gateway-api = ["ruma-api", "ruma-push-gateway-api"]
|
push-gateway-api = ["ruma-api", "ruma-push-gateway-api"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
js_int = "0.1.9"
|
||||||
|
|
||||||
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
ruma-common = { version = "0.2.0", path = "../ruma-common" }
|
||||||
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers", features = ["serde"] }
|
ruma-identifiers = { version = "0.17.4", path = "../ruma-identifiers", features = ["serde"] }
|
||||||
ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
|
ruma-serde = { version = "0.2.3", path = "../ruma-serde" }
|
||||||
|
@ -13,6 +13,9 @@
|
|||||||
|
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
|
||||||
|
#[doc(no_inline)]
|
||||||
|
pub use js_int::{int, uint, Int, UInt};
|
||||||
|
|
||||||
pub use ruma_common::*;
|
pub use ruma_common::*;
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
pub use ruma_identifiers as identifiers;
|
pub use ruma_identifiers as identifiers;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user