Crate cosmic

source ·

Re-exports§

Modules§

  • Build interactive cross-platform COSMIC applications.
  • Create asynchronous actions to be performed in the background.
  • Configurations available to libcosmic applications.
  • Select the preferred async executor for an application.
  • Select preferred fonts.
  • Select the preferred icon theme.
  • Subscribe to common application keyboard shortcuts.
  • Recommended default imports.
  • Contains the Theme type and its widget stylesheet implementations.
  • Cosmic-themed widget implementations.

Macros§

Structs§

  • A set of asynchronous actions to be performed by some runtime.

Traits§

  • Represents a type that you can apply arbitrary functions to. Useful for when a method doesn’t return the receiver but you want to apply several of them to the object.
  • Represents a type which can have functions applied to it (implemented by default for all types).

Type Aliases§