qubit-mime 0.6.0

MIME type detection utilities for Rust based on filename glob rules and content magic
Documentation
/*******************************************************************************
 *
 *    Copyright (c) 2026 Haixing Hu.
 *
 *    SPDX-License-Identifier: Apache-2.0
 *
 *    Licensed under the Apache License, Version 2.0.
 *
 ******************************************************************************/
//! Integration tests for `qubit-mime`.

mod api;
mod classifier;
mod common_mime_types_tests;
mod constants_tests;
mod detector;
mod mime_error_tests;
mod repository;
mod support;