[package] name = "sealingslice" version = "0.2.0" authors = ["chrysn "] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/sealingslice" homepage = "https://gitlab.com/chrysn/sealingslice" repository = "https://gitlab.com/chrysn/sealingslice" keywords = ["slice", "interior", "immutability", "unsafe", "no_std"] categories = ["no-std", "data-structures"] description = "A mutable slice that can seal its initial part off from mutability, and hand out the sealed parts as immutable references." readme = "README.md" [badges] gitlab = { repository = "chrysn/sealingslice" } maintenance = { status = "passively-maintained" } [dependencies]