changeset 81:b64d7fcd2463 v0.1.2

Document private items
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 18 Mar 2020 11:31:46 +0100
parents 246dee5f8aa5
children 7de8c3011ce3
files Cargo.toml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Cargo.toml	Wed Mar 18 11:28:56 2020 +0100
+++ b/Cargo.toml	Wed Mar 18 11:31:46 2020 +0100
@@ -1,6 +1,6 @@
 [package]
 name = "rex-regex"
-version = "0.1.1"
+version = "0.1.2"
 authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
 description = "A pedestrian library for regular expressions: Slow, but easy to understand"
 license = "MIT"
@@ -20,3 +20,6 @@
 [[bench]]
 name = "profile"
 harness = false
+
+[package.metadata.docs.rs]
+document-private-items = true