text-stub-library

Crates.iotext-stub-library
lib.rstext-stub-library
version0.9.0
created_at2021-04-14 19:52:24.500339+00
updated_at2023-01-14 21:43:17.154088+00
descriptionInterface to text stub files (.tbd files)
homepagehttps://github.com/indygreg/toolchain-tools
repositoryhttps://github.com/indygreg/toolchain-tools.git
max_upload_size
id384192
size40,016
Gregory Szorc (indygreg)

documentation

README

text-stub-library

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.

Commit count: 0

cargo fmt