ngrok-api

Crates.iongrok-api
lib.rsngrok-api
version
sourcesrc
created_at2022-05-02 19:17:24.421341
updated_at2024-10-25 15:12:17.967092
descriptionngrok API client library for Rust
homepagehttps://ngrok.com/docs/api
repositoryhttps://github.com/ngrok/ngrok-api-rs
max_upload_size
id579264
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
rust-owners (github:ngrok:rust-owners)

documentation

README

ngrok-api-rs

Status

Unstable

This library is currently unstable and actively being iterated on.

You're quite welcome to try it out, but breaking changes may happen without notice.

Description

This library provides types and methods for interacting with the ngrok HTTP api.

It is an async library, and will thus require using some form of async runtime.

See the examples for examples of its usage!

Versioning

This library uses semver. Currently, it is <1.0.0, and so no strict compatibility promises are made.

Commit count: 76

cargo fmt