Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.