1
+ ![ ] ( assets/graphosaurus-512.png )
2
+
1
3
# petgraph
2
4
3
5
Graph data structure library. Please read the [ API documentation here] [ ] .
4
6
5
7
Supports Rust 1.64 and later.
6
8
7
- [ ![ build_status] [ ]] ( https://github.com/petgraph/petgraph/actions ) [ ![ crates] [ ]] ( https://crates.io/crates/petgraph ) [ ![ gitter] [ ]] ( https://gitter.im/petgraph-rs/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )
9
+ [ ![ Crates.io] [ crates-badge ]] [ crates-url ]
10
+ [ ![ docs.rs] [ docsrs-badge ]] [ docsrs-url ]
11
+ ![ MSRV] [ msrv-badge ]
12
+ [ ![ Discord chat] [ discord-badge ]] [ discord-url ]
13
+ [ ![ build_status] [ ]] ( https://github.com/petgraph/petgraph/actions )
8
14
9
15
Crate feature flags:
10
16
@@ -20,6 +26,11 @@ Crate feature flags:
20
26
See [ RELEASES] [ ] for a list of changes. The minimum supported rust
21
27
version will only change on major releases.
22
28
29
+ ## Logo
30
+
31
+ The mascot is named "Sir Paul Rustory Graphosaurus" (close friends call him Paul).
32
+ The logo has been created by the talented Aren.
33
+
23
34
## License
24
35
25
36
Dual-licensed to be compatible with the Rust project.
@@ -29,8 +40,13 @@ Licensed under the Apache License, Version 2.0
29
40
< http://opensource.org/licenses/MIT > , at your option. This file may not
30
41
be copied, modified, or distributed except according to those terms.
31
42
32
- [ API documentation here ] : https://docs.rs/petgraph/
33
- [ build_status ] : https://github.com/petgraph/petgraph/workflows/Continuous%20integration/badge.svg?branch=master
34
- [ crates ] : https://img.shields.io/crates/v/petgraph
35
- [ gitter ] : https://badges.gitter.im/petgraph-rs/community.svg
36
- [ RELEASES ] : RELEASES.rst
43
+ [ API documentation here ] : https://docs.rs/petgraph/
44
+ [ build_status ] : https://github.com/petgraph/petgraph/workflows/Continuous%20integration/badge.svg?branch=master
45
+ [ docsrs-badge ] : https://img.shields.io/docsrs/petgraph
46
+ [ docsrs-url ] : https://docs.rs/petgraph/latest/petgraph/
47
+ [ crates-badge ] : https://img.shields.io/crates/v/petgraph.svg
48
+ [ crates-url ] : https://crates.io/crates/petgraph
49
+ [ discord-badge ] : https://img.shields.io/discord/1166289348384280616?logo=discord&style=flat
50
+ [ discord-url ] : https://discord.gg/n2tc79tJ4e
51
+ [ msrv-badge ] : https://img.shields.io/badge/rustc-1.64+-blue.svg
52
+ [ RELEASES ] : RELEASES.rst
0 commit comments