Skip to content

Commit f6f8e5c

Browse files
committed
test_tools : rid of cyclic dependcy wip
1 parent 29263cc commit f6f8e5c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

module/core/collection_tools/Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ documentation = "https://docs.rs/collection_tools"
1111
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/collection_tools"
1212
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/collection_tools"
1313
description = """
14-
Collection of general purpose tools to manipulate collections( containers like Vec/HashMap/HashSet ).
14+
General purpose tools to manipulate collections( containers like Vec/HashMap/HashSet ).
1515
"""
1616
categories = [ "algorithms", "development-tools" ]
1717
keywords = [ "fundamental", "general-purpose" ]
1818

19-
2019
[lints]
2120
workspace = true
2221

@@ -36,20 +35,17 @@ use_alloc = [
3635

3736
default = [
3837
"enabled",
39-
# "reexports",
4038
"collection_constructors",
4139
"collection_into_constructors",
4240
]
4341

4442
full = [
4543
"enabled",
46-
# "reexports",
4744
"collection_constructors",
4845
"collection_into_constructors",
4946
]
5047

5148
enabled = []
52-
# reexports = []
5349

5450
# Collection constructors, like `hmap!{ "key" => "val" }`
5551
collection_constructors = []

module/core/collection_tools/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![experimental](https://raster.shields.io/static/v1?label=&message=experimental&color=orange)](https://github.com/emersion/stability-badges#experimental) [![rust-status](https://github.com/Wandalen/wTools/actions/workflows/module_collection_tools_push.yml/badge.svg)](https://github.com/Wandalen/wTools/actions/workflows/module_collection_tools_push.yml) [![docs.rs](https://img.shields.io/docsrs/collection_tools?color=e3e8f0&logo=docs.rs)](https://docs.rs/collection_tools) [![Open in Gitpod](https://raster.shields.io/static/v1?label=try&message=online&color=eee&logo=gitpod&logoColor=eee)](https://gitpod.io/#RUN_PATH=.,SAMPLE_FILE=module%2Fcore%2Fcollection_tools%2Fexamples%2Fcollection_tools_trivial.rs,RUN_POSTFIX=--example%20collection_tools_trivial/https://github.com/Wandalen/wTools) [![discord](https://img.shields.io/discord/872391416519737405?color=eee&logo=discord&logoColor=eee&label=ask)](https://discord.gg/m3YfbXpUUY)
66
<!--{ generate.module_header.end }-->
77

8-
Collection of general purpose tools to manipulate collections( containers like Vec/HashMap/HashSet... ).
8+
General purpose tools to manipulate collections( containers like Vec/HashMap/HashSet... ).
99

1010
### Basic Use Case :: Variadic Constructors for Collections
1111

0 commit comments

Comments
 (0)