jarkonik / jarkonik/bevy_scriptum

Expose mlua and other nested dependencies

Open
#56 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.