Skip to content

Commit 84b48f8

Browse files
authored
Add a petgraph logo (petgraph#598)
1 parent 2cf4969 commit 84b48f8

12 files changed

+167
-6
lines changed

README.md

+22-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
![](assets/graphosaurus-512.png)
2+
13
# petgraph
24

35
Graph data structure library. Please read the [API documentation here][].
46

57
Supports Rust 1.64 and later.
68

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)
814

915
Crate feature flags:
1016

@@ -20,6 +26,11 @@ Crate feature flags:
2026
See [RELEASES][] for a list of changes. The minimum supported rust
2127
version will only change on major releases.
2228

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+
2334
## License
2435

2536
Dual-licensed to be compatible with the Rust project.
@@ -29,8 +40,13 @@ Licensed under the Apache License, Version 2.0
2940
<http://opensource.org/licenses/MIT>, at your option. This file may not
3041
be copied, modified, or distributed except according to those terms.
3142

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

assets/LICENSE.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Graphosaurus (c) by the petgraph project.
2+
3+
Graphosaurus is licensed under a
4+
Creative Commons Attribution-ShareAlike 4.0 International License.
5+
6+
You should have received a copy of the license along with this
7+
work. If not, see <http://creativecommons.org/licenses/by-sa/4.0/>.

assets/graphosaurus-128.png

19.1 KB
Loading

assets/graphosaurus-256.png

54.7 KB
Loading

assets/graphosaurus-512.png

170 KB
Loading

assets/graphosaurus-64.png

7.39 KB
Loading

assets/graphosaurus.svg

+79
Loading

assets/pridosaurus-128.png

18.9 KB
Loading

assets/pridosaurus-256.png

54.3 KB
Loading

assets/pridosaurus-512.png

169 KB
Loading

assets/pridosaurus-64.png

7.35 KB
Loading

0 commit comments

Comments
 (0)