liquid-rust
liquid-rust copied to clipboard
API Documentation
This is tracking the progress with thoroughly documenting the complete API so that we may add the #![deny(missing_docs)] label.
- [x] Liquid module
- [ ] lexer
- [ ] parser
- [ ] Context
- [x] LiquidOptions
- [ ] Template
- [ ] Error
- [ ] FilterError
- [ ] Token
- [ ] Value
- [x] Renderable
- [x] parse
- [x] Block
- [x] Tag