libmagic-rs 0.3.2

A pure-Rust implementation of libmagic for file type identification
Documentation
1
2
3
4
5
6
7
8
9
10
[workspace]
# release-plz handles crates.io publish + git tags
# cargo-dist handles GitHub Releases (triggered by the tag)
git_release_enable = false
git_tag_enable = true
publish = true
semver_check = true
changelog_config = "cliff.toml"
# Only bump version for code-affecting commits (skip docs, ci, chore)
release_commits = "^(feat|fix|refactor|perf)[(:]"