#proc-macro

macro kas-macros

KAS GUI / macros

23 releases (breaking)

Uses new Rust 2024

0.17.0 Jan 27, 2026
0.16.0 Sep 13, 2025
0.15.0 Dec 2, 2024
0.14.1 Dec 12, 2023
0.0.2 Jan 24, 2019

#690 in #gui

35 downloads per month
Used in 11 crates (via kas-core)

Apache-2.0

160KB
3.5K SLoC

KAS macros

This crate extends impl-tools.


KAS Macros

This is a sub-library of KAS for its procedural macros.

Users are advised not to depend on this library directly, but instead rely on the main KAS lib, which re-exports these macros in its API.

Stable vs nightly

Note that proc macros may emit error messages on stable rust, but currently can only emit warnings with nightly rustc, using the nightly feature.

The COPYRIGHT file includes a list of contributors who claim copyright on this project. This list may be incomplete; new contributors may optionally add themselves to this list.

The KAS library is published under the terms of the Apache License, Version 2.0. You may obtain a copy of this licence from the LICENSE file or on the following webpage: https://www.apache.org/licenses/LICENSE-2.0

Dependencies

~355–750KB
~17K SLoC