diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-10-01 09:22:32 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-12-22 11:58:30 +0100 |
| commit | bfb5ea6fdbd85568c4ce20e28d4d727b78994938 (patch) | |
| tree | f591807cb5eb14e702e3af4ecc37f7bd61862c19 /docs | |
| parent | db0165e3ad2f5589ee62a22ca77e79adfb714879 (diff) | |
| download | meson-bfb5ea6fdbd85568c4ce20e28d4d727b78994938.tar.gz | |
modules: rust: implement workspace.packages()
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/Rust-module.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/Rust-module.md b/docs/markdown/Rust-module.md index 1126723ca..99faeecfe 100644 --- a/docs/markdown/Rust-module.md +++ b/docs/markdown/Rust-module.md @@ -233,6 +233,14 @@ say "require this specific configuration," which may conflict with the parent pr ## Workspace object +### workspace.packages() + +```meson +packages = ws.packages() +``` + +Returns a list of package names in the workspace. + ### workspace.subproject() ```meson |
