sealingslice 0.1.0

A mutable slice that can seal parts of itself off from mutability, and hand out the sealed parts as immutable references.
Documentation
[package]
name = "sealingslice"
version = "0.1.0"
authors = ["chrysn <chrysn@fsfe.org>"]

license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/sealingslice"
homepage = "https://gitlab.cmo/chrysn/sealingslice"
repository = "https://gitlab.cmo/chrysn/sealingslice"
keywords = ["slice", "interior", "immutability", "unsafe", "no_std"]
categories = ["no-std", "data-structures"]
description = "A mutable slice that can seal parts of itself off from mutability, and hand out the sealed parts as immutable references."
readme = "README.md"

[dependencies]