#micro-framework #abscissa #applications #derive #command-line

macro abscissa_derive

Custom derive support for the abscissa application microframework

20 releases

0.7.0 Dec 14, 2022
0.6.0 Feb 11, 2022
0.6.0-rc.0 Jan 4, 2022
0.6.0-pre.2 Oct 6, 2021
0.0.2 Aug 29, 2018

#4 in #abscissa

Download history 11580/week @ 2023-12-06 10590/week @ 2023-12-13 7298/week @ 2023-12-20 6964/week @ 2023-12-27 9940/week @ 2024-01-03 10678/week @ 2024-01-10 12124/week @ 2024-01-17 10746/week @ 2024-01-24 12887/week @ 2024-01-31 12846/week @ 2024-02-07 13931/week @ 2024-02-14 11923/week @ 2024-02-21 12190/week @ 2024-02-28 12505/week @ 2024-03-06 11538/week @ 2024-03-13 10061/week @ 2024-03-20

48,303 downloads per month
Used in 52 crates (2 directly)

Apache-2.0

17KB
322 lines

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-2022 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.

Dependencies

~1.5MB
~35K SLoC