Skip to content

Commit b42beab

Browse files
committed
definition revised
1 parent 29ca6e9 commit b42beab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "orx-tree"
33
version = "1.7.0"
44
edition = "2024"
55
authors = ["orxfun <[email protected]>"]
6-
description = "A beautiful tree 🌳 with convenient and efficient growth, mutation and parallelizable traversal features."
6+
description = "A beautiful tree 🌳 with convenient, efficient, parallelizable growth, mutation and features."
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/orxfun/orx-tree/"
99
keywords = ["tree", "data-structures", "traversal", "traverse", "binarytree"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![orx-tree crate](https://img.shields.io/crates/d/orx-tree.svg)](https://crates.io/crates/orx-tree)
55
[![orx-tree documentation](https://docs.rs/orx-tree/badge.svg)](https://docs.rs/orx-tree)
66

7-
A beautiful tree 🌳 with convenient and efficient growth, mutation and parallelizable traversal features.
7+
A beautiful tree 🌳 with convenient, efficient, parallelizable growth, mutation and features.
88

99
## Tree Variants
1010

0 commit comments

Comments
 (0)