This repository was archived by the owner on Nov 12, 2025. It is now read-only.
Conversation
This is how rglua should look from now on.
Still missing a huge majority of them. Added * lua_call * lua_cpcall * luaL_typerror
For easy const char import and export from C
They were trying to use imported types which wouldn't work because macros are inlined.. etc..
Might be more performant and easier to debug.
didn't try and build last time..
I changed it so now it has support for finding the lua_shared dll in srcds processes. They store it in GarrysMod/garrysmod/bin instead of just GarrysMod/bin for some reason. LUA_SHARED_PATH now returns an Option<PathBuf> instead of just a PathBuf in case lua_shared couldn't be found. Getting LUA_SHARED will panic if it couldn't get it.
Owner
Author
|
Also probably wanna go from travis to github actions |
https://github.com/Vurv78/rust-dlopen/commit/027b4019c48fea17670464bbcf54a94a231531c9 WrapperApi is now properly exported alongside the struct like how serde does it.
I think we're good at this point.
Forgot to get rid of my attempt at a workspace example..
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completely changing how this works. We're going to completely use my branch of rust-dlopen and make this actually work
Changes
Todo: