Pulsar Admin Rust is a Rust-based HTTP client for interacting with the Apache Pulsar REST API.
- Asynchronous HTTP requests
- Built on top of Reqwest for a high-level HTTP client experience
- JSON handling with Serde
We welcome contributions! If you're interested in contributing, please follow these steps:
- Fork the repository
- Create your feature branch (git checkout -b feature/my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin feature/my-new-feature)
- Create a new pull request
This project is licensed under the Apache License 2.0