unc-chunks-primitives 0.5.2

This crate hosts NEAR chunks-related error types
Documentation
[dependencies.unc-chain-primitives]
version = "0.5.1"

[dependencies.unc-primitives]
version = "0.5.1"
[lints.clippy]
clone_on_copy = "deny"
derivable_impls = "deny"
len_zero = "deny"
redundant_clone = "deny"
single_char_pattern = "allow"

[lints.clippy.all]
level = "allow"
priority = -100

[lints.clippy.correctness]
level = "deny"
priority = -50

[lints.clippy.perf]
level = "deny"
priority = -50

[lints.clippy.suspicious]
level = "deny"
priority = -50

[lints.rust]
warnings = "deny"

[package]
authors = ["Hello Inc <hello@unc.com>"]
description = "This crate hosts NEAR chunks-related error types"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "unc-chunks-primitives"
publish = true
readme = "README.md"
repository = "https://github.com/utnet-org/utility"
version = "0.5.2"