devgen_splitter/
lib.rs

1
2
3
4
5
6
7
8
//
// lib.rs
// Copyright (C) 2024 imotai <codego.me@gmail.com>
// Distributed under terms of the MIT license.
//

pub mod lang;
pub mod splitter;