jarkonik / jarkonik/bevy_scriptum
Expose mlua and other nested dependencies
Open
- Dominant language
- Rust
- Stars
- 171
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
lib.rs has to do something alon the lines of:
```rust
pub mod mlua {
pub use mlua::*;
}
```
Contributor guide
Research direction
Start in lib.rs and inspect how the mlua dependency is currently made available to users. Add the requested public exposure for mlua and any other nested dependencies identified by the issue, then verify that downstream code can access them through the crate's public API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100