magiclen / lazy-static-includeLinks
This crate provides `lazy_static_include_bytes` and `lazy_static_include_str` macros to replace `include_bytes` and `include_str` macros.
☆11Updated last week
Alternatives and similar repositories for lazy-static-include
Users that are interested in lazy-static-include are comparing it to the libraries listed below
Sorting:
- ☆36Updated last year
- ☆56Updated 2 years ago
- A dynamic library helper for rust crates☆36Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Rust String type with configurable byte storage.☆35Updated last year
- A hassle-free utility to encrypt error handling strings in public binaries to protect business logic☆26Updated 3 years ago
- Asynchronize blocking operation.☆26Updated 3 years ago
- Easy-cast library☆29Updated last week
- Proc macro for smol async runtime☆54Updated 4 years ago
- ☆13Updated 4 years ago
- Atomic operations on potentially uninitialized integers.☆23Updated this week
- ☆30Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆39Updated last year
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- A (mostly) drop-in replacement for Rust's Result that provides backtrace support.☆25Updated 3 weeks ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 11 months ago
- An experimental allocated buffer suitable for image data (Rust library).☆33Updated 4 months ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Updated 4 years ago
- A maintained fork of the app-dirs-rs project.☆37Updated last year
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Functions for determining terminal sizes in Rust☆14Updated last week
- ☆59Updated last year
- LZW en- and decoding that goes weeeee!☆29Updated 2 weeks ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 5 years ago
- Fast and compact sets of bytes or ASCII characters☆28Updated 4 years ago
- A newtype with alignment of at least `A` bytes☆32Updated 9 months ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 6 months ago
- Extension of nom to trace parser