Crates.io | cubix |
lib.rs | cubix |
version | 0.7.0 |
source | src |
created_at | 2024-10-27 05:36:37.392759 |
updated_at | 2024-11-01 13:55:38.436919 |
description | Standardized building block components born for Rust craft. |
homepage | https://casdoor.org |
repository | https://github.com/andeya/cubix |
max_upload_size | |
id | 1424356 |
size | 10,551 |
Standardized building block components born for Rust craft.
Run the following Cargo command in your project directory:
cargo add cubix
Or add the following line to your Cargo.toml:
cubix = "0.6"
mod | description | source crate |
---|---|---|
api_response |
A consistent structure for API responses, including success and error handling. | api-response |
convert_traits |
Define your own conversion traits to solve the problem of converting two external types without using new types. | convert_traits |
getset2 |
A procedural macro for generating the most basic getters and setters on fields. | getset2 |
jwt-claims |
Structured version of the JWT Claims Set, as referenced at https://datatracker.ietf.org/doc/html/rfc7519#section-4. | jwt_claims |
extern crate | description |
---|---|
num_enum |
Procedural macros to make inter-operation between primitives and enums easier. This crate is no_std compatible. |
strum |
Strum is a set of macros and traits for working with enums and strings easier in Rust. |