Sha256: cce89c26d17c07d81321d779dcbd55426fee6f6f30abe67de84d61adfb74d073
Contents?: true
Size: 451 Bytes
Versions: 2
Compression:
Stored size: 451 Bytes
Contents
# How to use H3 The public API of the **H3 Core Library** is defined in the file h3api.h. The functions defined in h3api.h adhere to [Semantic Versioning](http://semver.org/). The **H3** API expects valid input. Behavior of the library may be undefined when given invalid input. Indexes should be validated with `h3IsValid` or `h3UnidirectionalEdgeIsValid` as appropriate. You can find an example of using the **H3** library in `examples/index.c`.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
h3-3.7.2 | ext/h3/src/docs/core-library/usage.md |
h3-3.7.1 | ext/h3/src/docs/core-library/usage.md |