An open API service indexing awesome lists of open source software.

https://github.com/d-e-s-o/debuginfod

A crate for interacting with debuginfod servers.
https://github.com/d-e-s-o/debuginfod

Last synced: 10 months ago
JSON representation

A crate for interacting with debuginfod servers.

Awesome Lists containing this project

README

          

[![pipeline](https://github.com/d-e-s-o/debuginfod/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/d-e-s-o/debuginfod/actions/workflows/test.yml)
[![coverage](https://codecov.io/gh/d-e-s-o/debuginfod/branch/main/graph/badge.svg)](https://codecov.io/gh/d-e-s-o/debuginfod)
[![crates.io](https://img.shields.io/crates/v/debuginfod.svg)](https://crates.io/crates/debuginfod)
[![Docs](https://docs.rs/debuginfod/badge.svg)](https://docs.rs/debuginfod)
[![rustc](https://img.shields.io/badge/rustc-1.64+-blue.svg)](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html)

debuginfod
==========

- [Documentation][docs-rs]
- [Changelog](CHANGELOG.md)

A crate for interacting with [`debuginfod`][debuginfod] servers.

[debuginfod]: https://sourceware.org/elfutils/Debuginfod.html
[docs-rs]: https://docs.rs/debuginfod