We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5387e3 commit 6541b39Copy full SHA for 6541b39
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "graphlib"
3
-version = "0.2.3"
+version = "0.3.0"
4
authors = ["Octavian Oncescu <[email protected]>"]
5
edition = "2018"
6
repository = "https://github.com/purpleprotocol/graphlib"
src/lib.rs
@@ -4,7 +4,7 @@
#![cfg_attr(feature = "no_std", no_std)]
//! # Graphlib
7
-//! Graphlib is a simple and powerful rust library for the graph data-structure.
+//! Graphlib is a simple and powerful Rust graph library.
8
//!
9
//! ---
10
0 commit comments