ZIm/extensions/test-extension
Piotr Osiewicz 05fc0c432c
Fix a bunch of other low-hanging style lints (#36498)
- **Fix a bunch of low hanging style lints like unnecessary-return**
- **Fix single worktree violation**
- **And the rest**

Release Notes:

- N/A
2025-08-19 21:26:17 +02:00
..
languages/gleam Use a dedicated test extension in extension tests (#13781) 2024-07-03 11:10:51 -04:00
src Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
Cargo.toml chore: Use workspace fields for edition and publish (#23291) 2025-01-17 17:39:22 +01:00
extension.toml extension: Add capabilities for the process API (#26224) 2025-03-06 11:55:00 -05:00
LICENSE-APACHE Use a dedicated test extension in extension tests (#13781) 2024-07-03 11:10:51 -04:00
README.md Use a dedicated test extension in extension tests (#13781) 2024-07-03 11:10:51 -04:00

Test Extension

This is a test extension that we use in the tests for the extension crate.

Originally based off the Gleam extension.