inout 0.2.0-pre.3

Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.
Documentation
[package]
name = "inout"
version = "0.2.0-pre.3"
description = "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation."
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.56"
documentation = "https://docs.rs/inout"
repository = "https://github.com/RustCrypto/utils"
keywords = ["custom-reference"]
readme = "README.md"

[dependencies]
block-padding = { version = "=0.4.0-pre.3", path = "../block-padding", optional = true }
hybrid-array = "=0.2.0-pre.8"

[features]
std = ["block-padding/std"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]