IDK

A Rust library for managing errors and exceptions

Made With Love Crates.io Lib.rs Docs.rs License

divider

Welcome to IDK 👋

IDK Banner

Website • Documentation • Report Bug • Request Feature • Contributing Guidelines

Overview 📖

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.

Features ✨

The library includes multiple modules: Common, Error, Jwt, Property, Stacktrace, and Traits.

Installation 📦

It takes just a few minutes to get up and running with idk.

Requirements

idk requires Rust 1.67.0 or later.

Documentation

ℹ️ Info: Please check out our website for more information and find our documentation on docs.rs, lib.rs and crates.io.

Usage 📖

To use idk in your project, add the following to your Cargo.toml file:

toml [dependencies] idk = "0.0.1"

Add the following to your main.rs file:

rust extern crate idk; use idk::*;

then you can use the functions in your application code.

Examples

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.

shell cargo run --example idk

Semantic Versioning Policy 🚥

For transparency into our release cycle and in striving to maintain backward compatibility, IDK follows semantic versioning.

License 📝

The project is licensed under the terms of both the MIT license and the Apache License (Version 2.0).

Contribution 🤝

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.

divider

Acknowledgements 💙

A big thank you to all the awesome contributors of Mini Functions for their help and support.