abscissa_derive

Crates.ioabscissa_derive
lib.rsabscissa_derive
version0.8.0
sourcesrc
created_at2018-08-26 06:14:43.574604
updated_at2024-10-15 18:52:32.428281
descriptionCustom derive support for the abscissa application microframework
homepagehttps://github.com/iqlusioninc/abscissa
repositoryhttps://github.com/iqlusioninc/abscissa/tree/main/derive
max_upload_size
id81470
size17,122
Tony Arcieri (iqlusion) (tony-iqlusion)

documentation

README

Abscissa

abscissa_derive: custom derive macros for Abscissa

Crate Docs Apache 2.0 Licensed Build Status

This crate provides the custom derive implementations used by the Abscissa command-line app microframework.

Note that this crate isn't meant to be used directly, and you don't need to add it to your Cargo.toml file. Instead, just import the relevant types from Abscissa, and the proc macros will be in scope.

License

The abscissa_derive crate is distributed under the terms of the Apache License (Version 2.0).

Copyright © 2018-2024 iqlusion

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Commit count: 0

cargo fmt