fastperm 1.0.2

A dead-simple, extreme fast permission flag system for Rust with no dependencies.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "fastperm"
version = "1.0.2"
authors = ["pan93412 <pan93412@gmail.com>"]
description = "A dead-simple, extreme fast permission flag system for Rust with no dependencies."
keywords = [
    "permission",
    "flag",
    "simple",
    "fast",
    "manage",
]
categories = ["rust-patterns"]
license = "Apache-2.0"
repository = "https://github.com/pan93412/fastperm"
resolver = "2"

[dependencies]