commit | 4022e972d9f9faae2d0c81b89fa31f595b945806 | [log] [tgz] |
---|---|---|
author | Andreas Hindborg <a.hindborg@kernel.org> | Thu Feb 27 13:35:11 2025 +0100 |
committer | Andreas Hindborg <a.hindborg@kernel.org> | Wed Apr 23 15:46:41 2025 +0200 |
tree | a74e5c4126c09b04fb7ea08732e6eab8112ee9f8 | |
parent | 8feb772873e948a73d6bf4056ce99c718e43b778 [diff] |
DEV: [PATCH v5 2/4] rust: configfs: introduce rust support for configfs Add a Rust API for configfs, thus allowing Rust modules to use configfs for configuration. Make the implementation a shim on top of the C configfs implementation, allowing safe use of the C infrastructure from Rust. Link: https://lore.kernel.org/r/20250227-configfs-v5-2-c40e8dc3b9cd@kernel.org Signed-off-by: Andreas Hindborg <a.hindborg@kernel.org>