set_of 0.0.3

I consent to the transfer of this crate to the first person who asks help@crates.io for it.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: Cycle Detected: BookParsingError->BookSectionParsingError->BookParsingError
 --> tests/trybuild/recursive_dependency.rs:7:5
  |
7 |     BookParsingError = {
  |     ^^^^^^^^^^^^^^^^

error[E0601]: `main` function not found in crate `$CRATE`
  --> tests/trybuild/recursive_dependency.rs:21:2
   |
21 | }
   |  ^ consider adding a `main` function to `$DIR/tests/trybuild/recursive_dependency.rs`