Skip to content

Commit 9219a66

Browse files
committed
Add masterpiece
1 parent 353bfc2 commit 9219a66

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,43 @@
11
# rose_tree [![Build Status](https://travis-ci.org/mitchmindtree/rose_tree-rs.svg?branch=master)](https://travis-ci.org/mitchmindtree/rose_tree-rs) [![Crates.io](https://img.shields.io/crates/v/rose_tree.svg)](https://crates.io/crates/rose_tree) [![Crates.io](https://img.shields.io/crates/l/rose_tree.svg)](https://github.com/mitchmindtree/rose_tree-rs/blob/master/LICENSE-MIT)
22

3+
4+
35
An implementation of the [**rose tree** (aka **multi-way tree**) data structure](https://en.wikipedia.org/wiki/Rose_tree) for Rust.
46

57
An indexable tree data structure with a variable and unbounded number of branches per node.
68

79
It is Implemented on top of [petgraph](https://github.com/bluss/petulant-avenger-graphlibrary)'s [Graph](http://bluss.github.io/petulant-avenger-graphlibrary/doc/petgraph/graph/struct.Graph.html) data structure and attempts to follow similar conventions where suitable.
810

911

12+
Me offering you this crate
13+
--------------------------
14+
15+
_.-"""""'.
16+
.;__ `\
17+
/ `\ |
18+
;a/ a `'. _ |
19+
,_ |/_ _) / .-.-.
20+
{(}`\ \.___, \.' | |
21+
'--''-.( \_ _ / \ /
22+
.-\_ _."-.... ;_ ` .-.-.
23+
_/ '--. \ | |
24+
."\ _/\ , | \ /
25+
/ \_.' /'./ ; `
26+
\__.' '-./ ' /
27+
__/ `\ /
28+
.' ``""--..__\___/
29+
/ |
30+
| , |
31+
\ ';_ /
32+
\ \`'-...-'
33+
\ \ | __
34+
\ \ /-----; '.
35+
.--\_.-"\ | \
36+
/ |._______|\ \
37+
\_____,__/ '.__|
38+
39+
40+
1041
Documentation
1142
-------------
1243

@@ -40,3 +71,6 @@ License
4071
Dual-licensed to be compatible with the petgraph and Rust projects.
4172

4273
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.
74+
75+
76+
[Beautiful ascii source](http://www.chris.com/ascii/joan/www.geocities.com/SoHo/7373/flowers.html).

0 commit comments

Comments
 (0)