Skip to content

A library meant to make coding in rust more efficient, utilizing the incredible power of macros.

Notifications You must be signed in to change notification settings

Mutoxicated/rusty_quick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick!

A rust library meant for maximum efficiency and the best time management in regards to programming.

Guide

How do you use this library?

Declarations

Enum

qenum![[DeriveMacro1, ...] /pub EnumName; EnumField1, EnumField2, ...];
//     ^^^^^^^^^^^^^^^^^^^ ^^^^
//     |                   |
//     optional            optional

Variable

qvar!(VariableName[Type], Value);
//                ^^^^^^
//                |
//                optional

Struct

qstruct!([DeriveMacro1, ...] /pub StructName; StructField1:Type1, ...)
//       ^^^^^^^^^^^^^^^^^^^ ^^^^
//       |                   |
//       optional            optional

About

A library meant to make coding in rust more efficient, utilizing the incredible power of macros.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages