pulsar-admin-rust

Crates.iopulsar-admin-rust
lib.rspulsar-admin-rust
version0.0.1
sourcesrc
created_at2023-03-31 11:39:32.436137
updated_at2023-03-31 11:39:32.436137
descriptionA Rust-based HTTP client for interacting with the Apache Pulsar REST API
homepagehttps://github.com/protocol-laboratory/pulsar-admin-rust
repositoryhttps://github.com/protocol-laboratory/pulsar-admin-rust
max_upload_size
id826270
size17,635
ZhangJian He (shoothzj)

documentation

README

Pulsar Admin Rust

Pulsar Admin Rust is a Rust-based HTTP client for interacting with the Apache Pulsar REST API.

Features

  • Asynchronous HTTP requests
  • Built on top of Reqwest for a high-level HTTP client experience
  • JSON handling with Serde

Contributing

We welcome contributions! If you're interested in contributing, please follow these steps:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/my-new-feature)
  5. Create a new pull request

License

This project is licensed under the Apache License 2.0

Commit count: 8

cargo fmt