danielschemmel / build-infoLinks
Collects build-information of your Rust crate
☆23Updated 2 months ago
Alternatives and similar repositories for build-info
Users that are interested in build-info are comparing it to the libraries listed below
Sorting:
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 4 months ago
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆50Updated 8 months ago
- A fast, lightweight, embedded system-friendly library for wrapping text.☆63Updated last year
- Pretty-print file sizes and more☆47Updated 4 months ago
- Remove Cargo.lock lockfile☆32Updated last month
- Serde-based replacement for #[derive(Debug)]☆68Updated 10 months ago
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆42Updated last year
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆82Updated last week
- Abstract over different executors☆74Updated 2 years ago
- Library for scripting analyses against crates.io's database dumps☆73Updated last month
- https://github.com/rust-lang/cargo/issues/948☆55Updated last year
- async fn(Input) -> Result<Output, Error>☆50Updated last year
- ☆52Updated 5 months ago
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆46Updated 11 months ago
- ☆58Updated last year
- ☆74Updated 4 months ago
- A primitive for writing structural search and replace programs for rust☆31Updated last month
- Lending iterators on stable Rust☆83Updated last year
- Cargo API written in Paris☆53Updated last week
- Zero-cost bitsets over native Rust types☆78Updated 4 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated 2 weeks 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
- A lightweight attribute for easy generation of const functions with conditional compilations.☆28Updated 2 weeks ago
- An exploration of Storages☆37Updated last year
- Rust crate to get the IANA time zone for the current system☆43Updated last week
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆121Updated 10 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- Minimalist Rust syntax parsing for procedural macros☆63Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 weeks ago