#hdf5 #native-bindings #version #time #direct #set

sys hdf5-metno-sys

对HDF5库的本机绑定

2个版本

0.9.1 2024年8月9日
0.9.0 2024年8月8日

#639 in 文件系统

Download history 543/week @ 2024-08-04 445/week @ 2024-08-11

988 每月下载量
6 个crates中使用 (5 直接)

MIT/Apache

4.5MB
66K SLoC

C 55K SLoC // 0.4% comments Rust 7.5K SLoC // 0.0% comments M4 2K SLoC // 0.3% comments FORTRAN Modern 1.5K SLoC // 0.1% comments Automake 231 SLoC // 0.5% comments C++ 173 SLoC // 0.3% comments Happy 89 SLoC Shell 6 SLoC // 0.7% comments

hdf5-sys

该crate提供了对HDF5 C库的直接绑定,允许从C源构建库,如果需要,可以静态链接。

静态链接

此crate支持将HDF5 C库静态链接到Rust项目中。

静态构建

该crate支持从HDF5源代码构建静态链接版本的库。

依赖项

该crate依赖于HDF5库,需要在构建时链接到它。

  • 编译选项
  • 在编译该crate时,可以启用或禁用某些编译选项。

API功能

该crate提供了丰富的API,允许用户读取、写入和操作HDF5文件。

  • 性能
  • 该crate的性能与直接使用HDF5库的性能相当。
  • 安全性
  • 该crate确保了与HDF5库相同的安全性和稳定性。

支持

该crate由活跃的社区支持,可以提供帮助和反馈。

许可证
该crate采用MIT/Apache许可证。