kas-macros

Crates.iokas-macros
lib.rskas-macros
version
sourcesrc
created_at2019-01-12 13:04:27.89982
updated_at2024-12-02 15:26:09.217707
descriptionKAS GUI / macros
homepage
repositoryhttps://github.com/kas-gui/kas
max_upload_size
id108154
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Diggory Hardy (dhardy)

documentation

https://docs.rs/kas-macros/

README

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.

Copyright and Licence

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

Commit count: 4137

cargo fmt