https://github.com/hqnna/zed-meson
Meson extension for the Zed code editor.
https://github.com/hqnna/zed-meson
extension language meson plugin rust support wasm zed
Last synced: about 1 year ago
JSON representation
Meson extension for the Zed code editor.
- Host: GitHub
- URL: https://github.com/hqnna/zed-meson
- Owner: hqnna
- License: 0bsd
- Created: 2025-02-14T16:35:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T16:58:00.000Z (about 1 year ago)
- Last Synced: 2025-05-04T17:07:59.926Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Meson


================================================================================
> [!IMPORTANT]
> This extension is in **maintenance** mode, it will only be updated to fix breakages.
An extension for the [zed](https://zed.dev) code editor, adding support for the
[meson](https://mesonbuild.com) build system.
## Developing the extension
When testing the extension you will want to install the *directory* as a dev
extension in your editor.
## Building from source
To build this extension from source you'll need the latest stable version of the
[Rust](https://www.rust-lang.org/) toolchain.
```console
$ cargo build
Downloaded zed_extension_api v0.3.0
Downloaded 1 crate (18.3 KB) in 0.14s
Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s
```
This will produce a shared library located in `target/debug/libzed_meson.so`.