fitzgen / is_executableLinks
Is there an executable file at the given path?
☆23Updated 3 months ago
Alternatives and similar repositories for is_executable
Users that are interested in is_executable are comparing it to the libraries listed below
Sorting:
- Cargo API written in Paris☆54Updated last week
- a cross-platform library for opening OS pipes in Rust☆114Updated 2 months ago
- A sinless derive helper☆76Updated 5 months ago
- Read trait fixed to soundly work with uninitalized memory☆27Updated 2 years ago
- Rust crate for variadic tuple metaprogramming.☆27Updated 4 years ago
- Macro for sealing traits and structures☆60Updated last year
- ☆42Updated 7 months ago
- Rust library for safely and explicitly parsing untrusted data☆52Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆115Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- #[no_std] print equivalent for Rust☆65Updated 2 weeks ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last week
- Find out about keys that are ignored when deserializing data☆95Updated this week
- Unbuffered and unlocked I/O streams☆45Updated 9 months ago
- Convert number to enum☆87Updated last year
- Target "triple" support☆53Updated 3 months ago
- ☆91Updated last year
- Rust wrapper type that implements hashing and comparison by pointer address☆35Updated last year
- Rust `Vec` that can store unsized values☆21Updated 3 months ago
- A collection of small utilities for working with pointer types in Rust.☆132Updated 11 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 8 months ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- A friendly wrapper around ptrace(2)☆17Updated 2 months ago
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆53Updated last month
- 🐱concat! with support for const variables and expressions