A tool to clean up sysroots for Linux embedded devices to save storage space.
Find a file
2025-09-08 17:02:03 +02:00
LICENSES Initial skeleton 2025-01-24 22:00:18 +01:00
src fix(dso): allow specifying extra lib folders on the cmdline 2025-06-02 19:04:14 +02:00
.editorconfig Initial skeleton 2025-01-24 22:00:18 +01:00
.gitignore feat(cleaners): add main async runner 2025-01-25 02:32:21 +01:00
.pre-commit-config.yaml chore: update deps 2025-02-19 14:42:02 +01:00
build.rs Initial skeleton 2025-01-24 22:00:18 +01:00
Cargo.lock fix(dso): allow specifying extra lib folders on the cmdline 2025-06-02 19:04:14 +02:00
Cargo.lock.license Initial skeleton 2025-01-24 22:00:18 +01:00
Cargo.toml fix(dso): allow specifying extra lib folders on the cmdline 2025-06-02 19:04:14 +02:00
deny.toml chore(deny.toml): add linter config for cargo 2025-09-08 17:02:03 +02:00
README.md chore(dso): minor refactor 2025-02-19 14:37:44 +01:00
rust-toolchain.toml chore(deny.toml): add linter config for cargo 2025-09-08 17:02:03 +02:00

[//]: # 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.