j2k-metal 0.10.0

Metal decoder and encode-stage adapter for j2k
Documentation
1
2
3
4
5
// SPDX-License-Identifier: MIT OR Apache-2.0

pub(super) const fn metal_is_compiled() -> bool {
    cfg!(target_os = "macos")
}