.RLIB ファイル拡張子

Static Rust Library

開発元 The Rust Team
人気度
3.5  |  2 
 

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.

詳細情報

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.

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

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.

File Viewer Plusで400種類以上のファイル形式を開けます。無料ダウンロード

RLIBファイルを開くプログラム

Windows
無料
Mac
無料
Linux
無料
Objdump -d command
カテゴリ: 開発者
更新日: 2022-12-09

検証者 FileInfo.com

FileInfo.comチーム は、このページに掲載されているStatic Rust Libraryファイル形式とMac, Windows, and Linuxアプリについて独自に調査しました。 私たちの目標は100%の正確性であり、検証済みのファイルタイプに関する情報のみを公開しています。

このページへの追加や更新をご提案いただける場合は、お知らせください。