.RLIB Extension de fichier

Static Rust Library

Développeur The Rust Team
Popularité
3.5  |  2 Votes
 

Qu'est-ce qu'un fichier 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.

Plus d'informations

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.

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

Comment ouvrir un fichier 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.

Ouvrez plus de 400 formats de fichiers avec File Viewer Plus.Téléchargement gratuit

Programmes qui ouvrent les fichiers RLIB

Windows
Gratuit
Mac
Gratuit
Linux
Gratuit
Objdump -d command
Inclus avec l'OS

Vérifié par FileInfo.com

L'équipe FileInfo.com a mené des recherches indépendantes sur le format de fichier Static Rust Library et les applications Mac, Windows, and Linux répertoriées sur cette page. Notre objectif est une précision de 100%, et nous ne publions que des informations sur les types de fichiers que nous avons vérifiés.

Si vous souhaitez suggérer des ajouts ou des mises à jour de cette page, faites-le-nous savoir.