borrow-visualizer 0.1.0

A tool for visualizing borrows in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "borrow-visualizer"
version = "0.1.0"
edition = "2024"
authors = ["Achmed Hibatillah <achmedhibatillah.dev@gmail.com>"]
description = "A tool for visualizing borrows in Rust."
license = "MIT"
repository = "https://github.com/achmedhibatillah/rust-borrow-visualizer"
homepage = "https://achmedhibatillah.com"
documentation = "https://docs.rs/borrow-visualizer"
keywords = ["rust", "borrow", "visualization", "ownership"]
categories = ["development-tools", "visualization"]
readme = "README.md"

[dependencies]