libdlink 0.0.1

Rust implementation of dynamic linker
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["hehaoqian <39371646+hehaoqian@users.noreply.github.com>"]
description = "Rust implementation of dynamic linker"
edition = "2021"
keywords = ["dlopen", "dylib", "shared"]
license = "MIT OR Apache-2.0"
name = "libdlink"
readme = "README.md"
repository = "https://github.com/hehaoqian/libdlink/"
version = "0.0.1"