Crate cmdpal

Crate cmdpal 

Source
Expand description

Rust idiomatic bindings and SDK for the Command Palette.

Modulesยง

_cookbook
Cookbook for cmdpal-rs
bindings
Raw bindings for Microsoft.CommandPalette.Extensions
cmd
Commands - the foundation of Command Palette.
cmd_item
CommandItem represents commands in menus and lists
cmd_provider
Command Provider that provides extension information and commands.
cmd_result
Execution result representation of InvokableCommand
content
Contents that can be displayed in ContentPage.
ctx_item
Context menu items.
details
Types for displaying the details tab.
ext
The Extension struct.
ext_api_stubs
API Extension stubs for future interfaces in Command Palette.
ext_factory
Convenient implementation of IClassFactory for extensions.
ext_registry
Convenient extension registry for Command Palette extensions.
fallback
Fallback command items for command items with dynamic attributes.
filter
Types for filtering a list in Command Palette.
host
IExtensionHost related functions and types.
icon
Icons for Command Palette.
notify
NotifyLock struct and event handling utilities
page
Pages which can be used to provide more information.
prelude
Common types and traits used across the cmdpal library.
settings
Types for building extension settings page.
utils
Utility types and traits for Command Palette