magiclen / lazy-static-include
This crate provides `lazy_static_include_bytes` and `lazy_static_include_str` macros to replace `include_bytes` and `include_str` macros.
☆12Updated last year
Alternatives and similar repositories for lazy-static-include:
Users that are interested in lazy-static-include are comparing it to the libraries listed below
- Rust String type with configurable byte storage.☆34Updated 4 months ago
- A dynamic library helper for rust crates☆34Updated last year
- Asynchronize blocking operation.☆26Updated 2 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated this week
- Cast between dynamic trait objects☆32Updated 5 years ago
- HTML-documentation embedded in a rust binary☆10Updated 4 years ago
- A radioactive stabilization of the ptr_meta RFC.☆24Updated this week
- ☆38Updated last year
- A newtype wrapper that causes Debug impls to skip a field.☆20Updated 2 years ago
- ☆13Updated 4 years ago
- A library for constructing statically sized arrays☆10Updated 2 years ago
- Take a reference and get back a slice of length one☆25Updated 3 years ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆29Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- ☆35Updated 5 months ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Updated 3 years ago
- Lightweight path selector for searching Rust code☆16Updated last year
- Derive macro for generating arrays from struct fields.☆20Updated 2 years ago
- Pretty backtraces for rust☆14Updated 3 years ago
- Rust API stability attributes for the rest of us.☆30Updated 6 months ago
- This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an …☆14Updated last year
- rust hints to the optimizer☆19Updated 3 years ago
- A newtype with alignment of at least `A` bytes☆30Updated 9 months ago
- Serializer and Deserializer adapters that avoid stack overflows by dynamically growing the stack☆33Updated 2 months ago
- ☆20Updated 7 years ago
- An attribute macro for creating a `Standard` distribution for rust types☆16Updated 3 years ago
- ☆27Updated last year
- Compares two equal-sized byte strings in constant time.☆32Updated 3 weeks ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated last month