Docs.rs
bbecs-0.3.0
bbecs 0.3.0
Permalink
Docs.rs crate page
MIT
15 July 2026
Links
Repository
crates.io
Source
Owners
BrooksPatton
Dependencies
eyre ^0.6.5
normal
ggez ^0.5.1
normal
thiserror ^1.0.24
normal
Versions
12.04%
of the crate is documented
Platform
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
Skip to main content
Files
bbecs/
lib.rs
1
pub mod
components;
2
pub mod
data_types;
3
pub mod
errors;
4
pub mod
resources;
5
pub mod
world;