This repository contains a set of Apache 2.0-licensed packages (a.k.a. "crates") for the Rust programming language, contributed to the community by iqlusion.
If you are interested in contributing to this repository, please make sure to read the CONTRIBUTING.md and CODE_OF_CONDUCT.md files first.
All crates require Rust 2018 edition and are tested on the following channels:
1.44.0
(minimum supported)stable
Crates may work on slightly earlier 2018 edition-supporting versions of Rust (i.e. 1.31.0+) but are not tested on these releases or guaranteed to work.
All crates in CI with the above channels on the following operating systems:
- Linux
- macOS
- Windows
This repository contains the following crates:
Name | Version | Description |
---|---|---|
anomaly | Error context library with sources/backtraces | |
canonical-path | Canonical filesystem path support | |
harp | Minimalist HTTP library | |
hkd32 | HMAC-based Hierarchical Key Derivation | |
secrecy | Simple secret-keeping library | |
stdtx | Cosmos StdTx builder/signer/serializer | |
subtle-encoding | Hex, Bech32, and Base64 in constant-time(ish) | |
tai64 | TAI64(N) timestamp format | |
zeroize | Securely zero memory |
Copyright © 2018-2019 iqlusion
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.