Skip to content

Commit f02ca17

Browse files
committed
blank
1 parent 0f41bcf commit f02ca17

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

module/blank/graph_tools/Cargo.toml renamed to module/blank/graphtools/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
2-
name = "graph_tools"
2+
name = "graphtools"
33
version = "0.1.0"
44
edition = "2021"
55
authors = [
66
"Kostiantyn Wandalen <[email protected]>",
77
]
88
license = "MIT"
99
readme = "Readme.md"
10-
documentation = "https://docs.rs/graph_tools"
11-
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/graph_tools"
12-
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/graph_tools"
10+
documentation = "https://docs.rs/graphtools"
11+
repository = "https://github.com/Wandalen/wTools/tree/master/module/blank/graphtools"
12+
homepage = "https://github.com/Wandalen/wTools/tree/master/module/blank/graphtools"
1313
description = """
1414
Tools to manipulate graphs.
1515
"""
File renamed without changes.

module/blank/graph_tools/Readme.md renamed to module/blank/graphtools/Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!-- {{# generate.module_header{} #}} -->
22

3-
# Module :: graph_tools
4-
[![experimental](https://raster.shields.io/static/v1?label=stability&message=experimental&color=orange&logoColor=eee)](https://github.com/emersion/stability-badges#experimental) [![rust-status](https://github.com/Wandalen/wTools/actions/workflows/Modulebrain_toolsPush.yml/badge.svg)](https://github.com/Wandalen/wTools/actions/workflows/Modulebrain_toolsPush.yml) [![docs.rs](https://img.shields.io/docsrs/graph_tools?color=e3e8f0&logo=docs.rs)](https://docs.rs/graph_tools) [![discord](https://img.shields.io/discord/872391416519737405?color=eee&logo=discord&logoColor=eee&label=ask)](https://discord.gg/m3YfbXpUUY)
3+
# Module :: graphtools
4+
[![experimental](https://raster.shields.io/static/v1?label=stability&message=experimental&color=orange&logoColor=eee)](https://github.com/emersion/stability-badges#experimental) [![rust-status](https://github.com/Wandalen/wTools/actions/workflows/Modulebrain_toolsPush.yml/badge.svg)](https://github.com/Wandalen/wTools/actions/workflows/Modulebrain_toolsPush.yml) [![docs.rs](https://img.shields.io/docsrs/graphtools?color=e3e8f0&logo=docs.rs)](https://docs.rs/graphtools) [![discord](https://img.shields.io/discord/872391416519737405?color=eee&logo=discord&logoColor=eee&label=ask)](https://discord.gg/m3YfbXpUUY)
55

6-
Tools for second brain.
6+
Tools to manipulate graphs.
77

88
<!--
99
### Basic use-case
1010
1111
```rust
12-
use graph_tools::*;
12+
use graphtools::*;
1313
1414
fn main()
1515
{
@@ -19,7 +19,7 @@ fn main()
1919
### To add to your project
2020
2121
```bash
22-
cargo add graph_tools
22+
cargo add graphtools
2323
```
2424
2525
### Try out from the repository
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)