Crates.io | idk |
lib.rs | idk |
version | 0.0.1 |
source | src |
created_at | 2023-02-05 22:53:37.11821 |
updated_at | 2023-02-05 22:53:37.11821 |
description | A Rust library for error handling and reporting in Mini Functions. |
homepage | https://minifunctions.com/ |
repository | https://github.com/sebastienrousseau/mini-functions/tree/main/errors/ |
max_upload_size | |
id | 777486 |
size | 68,040 |
A Rust library for managing errors and exceptions
Website âĸ Documentation âĸ Report Bug âĸ Request Feature âĸ Contributing Guidelines
IDontKnow (IDK) is a Rust library that has functions and variables designed to make it easy for your program to report informative error messages. You can use the IDK library to create error messages that are clear, concise, and actionable.
The library includes multiple modules: Common
, Error
, Jwt
,
Property
, Stacktrace
, and Traits
.
It takes just a few minutes to get up and running with idk
.
idk
requires Rust 1.67.0 or later.
âšī¸ Info: Please check out our website for more information and find our documentation on docs.rs, lib.rs and crates.io.
To use idk
in your project, add the following to your
Cargo.toml
file:
[dependencies]
idk = "0.0.1"
Add the following to your main.rs
file:
extern crate idk;
use idk::*;
then you can use the functions in your application code.
IDK
comes with a set of examples that you can use to get started. The
examples are located in the examples
directory of the project. To run
the examples, clone the repository and run the following command in your
terminal from the project root directory.
cargo run --example idk
For transparency into our release cycle and in striving to maintain
backward compatibility, IDK
follows semantic versioning.
The project is licensed under the terms of both the MIT license and the Apache License (Version 2.0).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
A big thank you to all the awesome contributors of Mini Functions for their help and support.