Skip to content

Commit 86929e1

Browse files
committed
tasks
1 parent 1d15ec2 commit 86929e1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

module/core/former/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Where `former` significantly simplifies complex scenarios is in building collect
215215

216216
## Where to Go Next
217217

218-
* **[Advanced Usage & Concepts](./advanced.md):** Dive deeper into subformers, customization options, storage, context, definitions, mutators, and custom collections.
218+
* **[Advanced Usage & Concepts](https://github.com/Wandalen/wTools/tree/master/module/core/former/advanced.md):** Dive deeper into subformers, customization options, storage, context, definitions, mutators, and custom collections.
219219
* **[Examples Directory](https://github.com/Wandalen/wTools/tree/master/module/core/former/examples):** Explore practical, runnable examples showcasing various features.
220220
* **[API Documentation (docs.rs)](https://docs.rs/former):** Get detailed information on all public types, traits, and functions.
221221
* **[Repository (GitHub)](https://github.com/Wandalen/wTools/tree/master/module/core/former):** View the source code, contribute, or report issues.

module/core/former/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
#![ doc( html_root_url = "https://docs.rs/former/latest/former/" ) ]
55
#![ doc = include_str!( concat!( env!( "CARGO_MANIFEST_DIR" ), "/", "Readme.md" ) ) ]
66

7+
// xxx : add to readme example with enums
78
// xxx : disable and phase out attribute "[ perform( fn method_name<...> () -> OutputType ) ]"
89
// xxx : split out crate component model
10+
// xxx : fix commented out tests
911

1012
/// Namespace with dependencies.
1113
#[ cfg( feature = "enabled" ) ]

0 commit comments

Comments
 (0)