hexpm 5.0.1

A Rust client for the Hex package manager
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# hexpm-rust

![license](https://img.shields.io/crates/l/hexpm.svg)
[![crates.io](https://img.shields.io/crates/v/hexpm.svg?logo=rust)][crates]
[![docs.rs](https://img.shields.io/badge/docs.rs-hexpm-blue)][docs]

A Rust client for [Hex][hex], the package manager for the Erlang ecosystem.

This library was created for use in the [Gleam programming language][gleam]
compiler. The API is not overly well considered and breaking API changes may
occur depending on the needs of the Gleam compiler.

[hex]: https://hex.pm/
[gleam]: https://gleam.run/
[crates]: https://crates.io/crates/hexpm
[docs]: https://docs.rs/hexpm