Docs.rs
flatbox-0.1.0
flatbox 0.1.0
Permalink
Docs.rs crate page
Unlicense
Links
Homepage
Repository
crates.io
Source
Owners
konceptosociala
Dependencies
flatbox_assets ^0.1.0
normal
flatbox_core ^0.1.0
normal
flatbox_ecs ^0.1.0
normal
flatbox_egui ^0.1.0
normal
optional
flatbox_macros ^0.1.0
normal
flatbox_physics ^0.1.0
normal
optional
flatbox_render ^0.1.0
normal
optional
flatbox_systems ^0.1.0
normal
pretty-type-name ^1.0.1
normal
thiserror ^1.0.49
normal
anyhow ^1.0.75
dev
Versions
4.17%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
flatbox
0.1.0
Resource
Implementors
In flatbox::
prelude
flatbox
::
prelude
Trait
Resource
Copy item path
Source
pub trait Resource:
AsAny
+
Send
+
Sync
+ 'static { }
Implementors
§
Source
§
impl<T>
Resource
for T
where T:
AsAny
+
Send
+
Sync
+ 'static,