cubix

Crates.iocubix
lib.rscubix
version0.11.3
created_at2024-10-27 05:36:37.392759+00
updated_at2025-01-04 12:55:02.103965+00
descriptionStandardized building block components born for Rust craft.
homepage
repositoryhttps://github.com/andeya/cubix
max_upload_size
id1424356
size11,540
Andeya (andeya)

documentation

https://docs.rs/cubix

README

cubix

Standardized building block components born for Rust craft.

GitHub last commit Crates.io Docs

Usage

Run the following Cargo command in your project directory:

cargo add cubix

Features

mod description source crate
api_craft A best practice toolkit with API-compliant response body and error code. api-response
api-errtype
convert_traits Define your own conversion traits to solve the problem of converting two external types without using new types. convert_traits
getset2 A derive macro for generating the most basic getters and setters on struct 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-Crates

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.
Commit count: 41

cargo fmt