Crates.io | text-stub-library |
lib.rs | text-stub-library |
version | 0.9.0 |
source | src |
created_at | 2021-04-14 19:52:24.500339 |
updated_at | 2023-01-14 21:43:17.154088 |
description | Interface to text stub files (.tbd files) |
homepage | https://github.com/indygreg/toolchain-tools |
repository | https://github.com/indygreg/toolchain-tools.git |
max_upload_size | |
id | 384192 |
size | 40,016 |
text-stub-library
is a library crate for reading and writing
text stub files, which define metadata about dynamic libraries.
text stub files are commonly materialized as .tbd
files and
are commonly seen in Apple SDKs, where they serve as placeholders
for .dylib
files, enabling linkers to work without access to
the full .dylib
file.