Skip to content

Commit 3bcd91a

Browse files
authored
feat(editing-support): Add rustowl (#1467)
* feat(editing-support): Add rustowl * fix: fix typo in path
1 parent 4662b30 commit 3bcd91a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Rustowl
2+
3+
Visualize Ownership and Lifetimes in Rust.
4+
5+
See docs for usage
6+
7+
**Repository**: <https://github.com/cordx56/rustowl>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
return {
2+
"cordx56/rustowl",
3+
version = "*",
4+
build = "cd rustowl && cargo install --path . --locked",
5+
lazy = false,
6+
opts = {},
7+
}

0 commit comments

Comments
 (0)