0.1.6
rusty-openai v0.1.6 Release Notes
- Code Optimization: Introduced serialization structs and reduced the number of references to enhance performance.
- Enhanced Error Handling: Added a custom
Result
type and implementedthiserror
for theError
enum to streamline error management. - Performance Improvements: Optimized the use of
format!()
and reformatted the codebase withrustfmt
for cleaner and more efficient code. - Documentation: Improved docstrings to provide clearer and more comprehensive documentation.
- Simplified Architecture: Merged
RequestClient
intoOpenAI
, makingRequestClient
obsolete and simplifying the overall API structure.