Rusty TypeSh - Type Pattern Matching

Welcome to Rusty TypeSh, a flexible type pattern matching system for Rust. This library provides a convenient way to perform runtime type checking and pattern matching with custom handlers.
Table of Contents
Installation
To use this library, add the following dependencies to your Cargo.toml file:
[]
= "0.1.1"
Getting Started
To get started with Rusty TypeSh, follow these steps:
Basic Type Matching
Use the type_match! macro for simple type matching:
use type_match;
let value = 42i32;
let result = type_match!;
assert_eq!;
Custom Type Matching
For more control, use the manual type matching approach:
use ;
let value = 42i32;
let patterns: = vec!;
let result = match_type;
assert_eq!;
Documentation
For detailed information on all available features and their usage, please refer to the full SDK Documentation.
License
This library is licensed under the MIT License. For more details, see the LICENSE file.