chat-gpt-lib-rs and gpt-macro

These are **complements**: the proc macro tool would likely depend on or build atop a ChatGPT library like the first one to make compile-time code generation requests to OpenAI's API.

chat-gpt-lib-rs
57
Established
gpt-macro
47
Emerging
Maintenance 10/25
Adoption 14/25
Maturity 16/25
Community 17/25
Maintenance 13/25
Adoption 10/25
Maturity 16/25
Community 8/25
Stars: 43
Forks: 11
Downloads: 309
Commits (30d): 0
Language: Rust
License: Apache-2.0
Stars: 668
Forks: 9
Downloads:
Commits (30d): 2
Language: Rust
License: MIT
No Package No Dependents
No Package No Dependents

About chat-gpt-lib-rs

Arend-Jan/chat-gpt-lib-rs

A Rust library for interacting with OpenAI's ChatGPT API, providing an easy-to-use interface and strongly typed structures.

This is a Rust library that allows developers to integrate OpenAI's powerful AI models directly into their applications. It takes text inputs and can generate chat responses, text completions, or numerical representations (embeddings) of text. Developers building applications that need to interact with OpenAI's API would use this.

AI application development Natural Language Processing Generative AI Machine Learning Engineering Text analysis

About gpt-macro

retrage/gpt-macro

ChatGPT powered Rust proc macro that generates code at compile-time.

This tool helps Rust developers automate repetitive coding tasks by generating Rust code during compilation. You provide an incomplete code snippet and a natural language prompt describing the desired functionality. The tool then uses ChatGPT to fill in the missing code, saving development time and reducing boilerplate.

Rust development code generation developer tools compiler extensions software engineering

Scores updated daily from GitHub, PyPI, and npm data. How scores work