elinorbgr / dlib
A dynamic library helper for rust crates
☆35Updated last year
Alternatives and similar repositories for dlib
Users that are interested in dlib are comparing it to the libraries listed below
Sorting:
- Rust String type with configurable byte storage.☆35Updated 8 months ago
- ☆36Updated 9 months ago
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 3 years ago
- A radioactive stabilization of the ptr_meta RFC.☆26Updated 3 weeks ago
- This crate provides `lazy_static_include_bytes` and `lazy_static_include_str` macros to replace `include_bytes` and `include_str` macros.☆12Updated last year
- ☆38Updated last year
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆33Updated last month
- A C expression parser and evaluator☆46Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- Library for language and locale identifier negotiation.☆40Updated last year
- Automatic cfg for Rust compiler features☆95Updated this week
- Proc macro for smol async runtime☆53Updated 4 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 10 months ago
- Cast between dynamic trait objects☆32Updated 5 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆27Updated last month
- A newtype with alignment of at least `A` bytes☆32Updated 3 months ago
- `smol` integrations with `hyper`☆14Updated 6 months ago
- Tinkering with a more ergonomic cell abstraction☆16Updated 5 years ago
- Make any value Sync but only available on its original thread☆39Updated 2 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- A GUI toolkit designed to act as an underlying drawing toolkit, among other things. Currently in alpha.☆15Updated 2 years ago
- Rust traits for nonzero generic integers☆15Updated 2 years ago
- Simple and Fast 2D rendering library for Rust, based on gfx-hal☆31Updated 4 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated last month
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated this week
- A concise, self-describing binary format written in Rust for Serde☆66Updated 9 months 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`☆31Updated 2 years ago