Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krysztal112233/eloader
Module loader implemented in Rust and `abi-stable` crate
https://github.com/krysztal112233/eloader
Last synced: 1 day ago
JSON representation
Module loader implemented in Rust and `abi-stable` crate
- Host: GitHub
- URL: https://github.com/krysztal112233/eloader
- Owner: Krysztal112233
- License: apache-2.0
- Created: 2024-09-14T14:34:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T08:37:24.000Z (4 months ago)
- Last Synced: 2024-11-11T03:59:49.150Z (about 2 months ago)
- Language: Rust
- Size: 267 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eloader-rs
An extension loader implemented for Rust based `abi-stable` crate.
## Notes
This loader based [`abi-stable`](https://crates.io/crates/abi_stable) crate, so if you want to know more please see it's document.
## Recommended extension loading workflow
![explain](./assets/explain.svg)
Based this workflow, the extension loading will be easy and controllable.