vrot/
lib.rs

1// Copyright (c) 2022 Sungbae Jeong
2// 
3// This software is released under the MIT License.
4// https://opensource.org/licenses/MIT
5
6#[cfg(target_family = "wasm")]
7pub mod wasm;