shared_type/lib.rs
1// *************************************************************************
2//
3// Copyright (c) 2025 Andrei Gramakov. All rights reserved.
4//
5// This file is licensed under the terms of the MIT license.
6// For a copy, see: https://opensource.org/licenses/MIT
7//
8// site: https://agramakov.me
9// e-mail: mail@agramakov.me
10//
11// *************************************************************************
12mod shared;
13pub use shared::{IntoShared, Shared, WithSharedInner};