languagetool-rust
languagetool-rust copied to clipboard
LanguageTool API in Rust
This adds a feature to generate completion files at runtime.
This skips serializing None, false, default and additional content, not needed by requests. In short, this reduces the overhead size of check requests from 291 to 29 bytes, when serialized...
This moves the "more_context"-related utilities out of the "cli" feature, because it does not realy makes sens to need "cli" to get more "context"...
This features allows to split text into fragments so that, hopefully, each fragment has a length lower than a given value. This is especially useful since the LT api limits...
# What I'd like to make this repo easier to manage by creating a template for feature requests. The documentation for creating templates on GitHub can be found here: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository....
# What I'd like to make this repo easier to manage by creating a template for issues. The documentation for creating templates on GitHub can be found here: https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository. #...
# What Currently, only a few functions are tested, which may lead to uncaught breaking changes in the future. With the issue, I hope to motivate the need of creating...
# What Currently, LTRS is only tested on the latest LanguageTool version, which does not really tell anything about what is the minimum-supported version. I'd like to add tests on...