.RLIB Rozszerzenie pliku

Static Rust Library

Deweloper The Rust Team
Popularność
3.5  |  2 Głosów
 

Czym jest plik 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.

Więcej informacji

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.

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

Jak otworzyć plik 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.

Otwórz ponad 400 formatów plików za pomocą File Viewer Plus.Bezpłatne pobieranie

Programy otwierające pliki RLIB

Windows
Bezpłatny
Mac
Bezpłatny
Linux
Bezpłatny
Objdump -d command
Dołączony do systemu

Zweryfikowane przez FileInfo.com

Zespół FileInfo.com niezależnie zbadał format pliku Static Rust Library oraz aplikacje Mac, Windows, and Linux wymienione na tej stronie. Naszym celem jest 100% dokładność i publikujemy wyłącznie informacje o zweryfikowanych typach plików.

Jeśli chcesz zaproponować dodatki lub aktualizacje tej strony, daj nam znać.