rust-magic icon indicating copy to clipboard operation
rust-magic copied to clipboard

Rust high level bindings crate for the `libmagic` C library

Results 21 rust-magic issues
Sort by recently updated
recently updated
newest added

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3. Release notes Sourced from actions/upload-artifact's releases. v4.3.3 What's Changed updating @actions/artifact dependency to v2.1.6 by @​eggyhead in actions/upload-artifact#565 Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3 Commits 6546280 updating...

dependencies
github_actions

Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.32.20 to 2.33.8. Release notes Sourced from taiki-e/install-action's releases. 2.33.8 Update cargo-spellcheck@latest to 0.14.0. 2.33.7 Update typos@latest to 1.20.10. 2.33.6 Update cargo-deny@latest to 0.14.22. 2.33.5 Update wasmtime@latest...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @​jww3 in actions/checkout#1692 Add dependabot config by @​cory-miller in...

dependencies
github_actions

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.1 to 3.25.3. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...

dependencies
github_actions

Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 7164405e8653277d57afd42ba081b5aa02a70396 to bb45937a053e097f8591208d8e74c90db1873d07. Commits bb45937 Remove toolchain input when toolchain is specified in action rev 56909e6 Centralize references to inputs.toolchain to a single spot 9a6ad42 Merge pull...

dependencies
github_actions

## 🤖 New release * `magic`: 0.16.2 -> 0.16.3 (✓ API compatible changes) Changelog ## [0.16.3](https://github.com/robo9k/rust-magic/compare/v0.16.2...v0.16.3) - 2024-04-26 ### Other - *(deps)* Bump thiserror from 1.0.58 to 1.0.59 - *(deps)*...

release

As a follow-up to #128 there's even more things that could be visualized and linked to with a badge, but that are not available on `shields.io`, but might be possible...

docs

The `README` currently contains a brief explanation how to setup a cargo bin project using the magic crate. This could be moved into its own `magic-usage` project, which people can...

enhancement
docs

Seems like #41 broke GitHub's parsing of the repo license. According to https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository they want a file named "`LICENSE` or `LICENSE.md` (with all caps)". The [`README.md`](README.md) already contains a "license"...

enhancement
license
docs

Right now the same `README.md` is used for the Git repo and the published crate. The GitHub Pages website only consists of rustdoc. This is also required/helpful for some of...

enhancement
docs