Docs.rs
glory-core-0.1.0
glory-core 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
chrislearn
Dependencies
async-trait ^0.1.42
normal
cfg-if ^1
normal
config ^0.13
normal
educe ^0.4
normal
futures ^0.3
normal
glory-hot-reload ^0.1.0
normal
indexmap ^2.0
normal
js-sys ^0.3
normal
multimap ^0.9
normal
once_cell ^1.5.2
normal
parking_lot ^0.12
normal
paste ^1
normal
percent-encoding ^2
normal
regex ^1
normal
salvo ^0.58
normal
serde ^1
normal
serde_json ^1
normal
smallvec ^1
normal
thiserror ^1
normal
tokio ^1
normal
tracing ^0.1
normal
url ^2
normal
wasm-bindgen ^0.2
normal
web-sys ^0.3
normal
xml-rs ^0.8
normal
wasm-bindgen-futures ^0.4.31
normal
Versions
5.22%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
?
1
2
3
4
5
cfg_feature!
{
#![feature =
"web-ssr"
]
mod
ssr;
pub use
ssr::
*
; }