We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration like: https://docs.rs/rstml/latest/rstml/struct.ParserConfig.html#method.type_of_top_level_nodes https://docs.rs/rstml/latest/rstml/struct.ParserConfig.html#method.number_of_top_level_nodes are not look very reusable. Instead macro implementor can always apply those checks manually.
there also https://docs.rs/rstml/latest/rstml/struct.ParserConfig.html#method.flat_tree that looks usable only for debug, but i propose to keep it for now, because it's implementation require some knowledge of types.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Configuration like: https://docs.rs/rstml/latest/rstml/struct.ParserConfig.html#method.type_of_top_level_nodes
https://docs.rs/rstml/latest/rstml/struct.ParserConfig.html#method.number_of_top_level_nodes
are not look very reusable.
Instead macro implementor can always apply those checks manually.
there also https://docs.rs/rstml/latest/rstml/struct.ParserConfig.html#method.flat_tree
that looks usable only for debug, but i propose to keep it for now, because it's implementation require some knowledge of types.
The text was updated successfully, but these errors were encountered: