If a library is not found for a given binary, keep processing the rest of libraries in the DSO resolver. This avoids removing other, required DSOs by still adding them to the graph. Additionally, bump deps to fix a Rust Analyzer error with newer Rust versions, and run `cargo clippy`. |
||
---|---|---|
LICENSES | ||
src | ||
.editorconfig | ||
.gitignore | ||
.pre-commit-config.yaml | ||
build.rs | ||
Cargo.lock | ||
Cargo.lock.license | ||
Cargo.toml | ||
README.md | ||
rust-toolchain.toml |
[//]: # SPDX-FileCopyrightText: Matteo Settenvini matteo.settenvini@montecristosoftware.eu
[//]: # SPDX-License-Identifier: CC-BY-SA-4.0
Sysroot Cleaner
A tool to clean up sysroots for Linux embedded devices to save storage space.
Note: it will only work on files belonging to the same filesystem. This is a design choice.