mbrubeck / tree_magic
Determines the MIME type of a file by traversing a filetype tree.
☆40Updated 6 months ago
Alternatives and similar repositories for tree_magic
Users that are interested in tree_magic are comparing it to the libraries listed below
Sorting:
- Run Rust tests in isolated subprocesses☆37Updated 3 years ago
- Determines the MIME type of a file by traversing a filetype tree.☆75Updated 4 years ago
- Rust high level bindings crate for the `libmagic` C library☆53Updated 3 months ago
- More reliable path manipulation.☆61Updated last month
- Lossless functionality for platform-native strings.☆71Updated 2 months ago
- Attribute proc-macro to delegate method to a field☆29Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 2 months ago
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- a cross-platform library for opening OS pipes in Rust☆109Updated 2 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
- A Rust crate for formatting strings dynamically☆32Updated last year
- A timeout connector for the hyper client☆26Updated 6 months ago
- Big array helper for serde☆60Updated last year
- Cross-platform interface to the `errno` variable