Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
object 0.0.1 - Docs.rs
[go: Go Back, main page]

object 0.0.1

A unified loader interface for the target platform's object file format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
name = "object"
version = "0.0.1"
description = "A unified loader interface for the target platform's object file format."
keywords = ["object", "loader"]

[target.'cfg(target_os="linux")'.dependencies]
elf = "0.0.9"

[target.'cfg(target_os="macos")'.dependencies]
mach_o = "0.1.2"