hdfrest

Crates.iohdfrest
lib.rshdfrest
version0.1.0
sourcesrc
created_at2024-08-29 02:00:07.265871
updated_at2024-08-29 02:00:07.265871
descriptionA HDF REST client
homepagehttps://github.com/davefol/hdfrest
repository
max_upload_size
id1355529
size2,994
Dave Fol (davefol)

documentation

README

hdfrest

A Rust client for interacting with HDF (Hierarchical Data Format) REST APIs.

Features

  • Easy-to-use Rust interface for HDF REST operations
  • Support for reading and writing HDF5 datasets
  • Asynchronous API calls using tokio runtime

Installation

Add this to your Cargo.toml:

[dependencies] hdfrest = "0.1.0"

Usage

TODO

Documentation

For more detailed information about the API and its usage, please refer to the documentation.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 0

cargo fmt