Docs.rs
wutengine_core-0.4.0
wutengine_core 0.4.0
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cloone8
Dependencies
glam ^0.29.2
normal
log ^0.4.26
normal
nohash-hasher ^0.2.0
normal
rand ^0.9.0
normal
raw-window-handle ^0.6.2
normal
static_assertions ^1.1.0
normal
wutengine_util_macro ^0.4.0
normal
Versions
100%
of the crate is documented
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
Files
wutengine_core/
lib.rs
1
//! Core library for WutEngine
2
3
pub mod
assert;
4
pub mod
identifiers;
5
pub mod
profiling;