.RLIB Přípona souboru

Static Rust Library

Vývojář The Rust Team
Popularita
3.5  |  2 Hlasů
 

Co je soubor RLIB?

An RLIB file is a static code library used by Rust programs. It contains compiled Rust functions that a Rust program can access and use. Each RLIB file also contains rustc-specific metadata that allows the Rust compiler to understand the functions the file contains.

Další informace

Rust is a popular programming language used primarily to create system software and large-scale, high-performance applications. Developers creating Rust programs might compile and package a group of common or related functions into an RLIB archive file. Each RLIB file contains multiple .O files, metadata saved in a lib.rmeta file, and a symbol table.

To use the functions an RLIB file contains, developers reference the functions in their program and then link the RLIB file to their program during the compilation process. Developers can reference and link RLIB files to multiple programs, making it easy to reuse (and maintain) the functions they contain.

POZNÁMKA: RLIB files created by one version of rustc may not be compatible with other versions of rustc.

Jak otevřít soubor RLIB

In Linux, you can use the objdump -d command or the Unix archiver (ar) to view an RLIB file's contents. In Windows, macOS, and Linux, you can use rustc (included with Rust) to link an RLIB file to a program while compiling that program.

Otevřete více než 400 formátů souborů pomocí File Viewer Plus.Stáhnout zdarma

Programy, které otevírají soubory RLIB

Windows
Zdarma
Mac
Zdarma
Linux
Zdarma
Objdump -d command
Součást operačního systému

Ověřil FileInfo.com

Tým FileInfo.com nezávisle prozkoumal formát souboru Static Rust Library a aplikace Mac, Windows, and Linux uvedené na této stránce. Naším cílem je 100% přesnost a zveřejňujeme pouze informace o typech souborů, které jsme ověřili.

Pokud chcete navrhnout doplnění nebo aktualizaci této stránky, dejte nám vědět.