boxmut 1.0.0

A mutable version of Rust's built-in Box<T>.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "boxmut"
version = "1.0.0"
edition = "2024"
description = "A mutable version of Rust's built-in Box<T>."
readme = "README.md"
license-file = "LICENSE"


[dependencies]