rgp/
lib.rs

1/*
2Copyright (c) 2024 sean watters
3
4Licensed under the MIT license <LICENSE or https://opensource.org/licenses/MIT>.
5This file may not be copied, modified, or distributed except according to those terms.
6*/
7
8#![doc = include_str!("../README.md")]
9
10mod crypto;
11pub use crypto::*;