pasejo 2026.4.19

passage re-implementation in Rust for teams
1
2
3
4
5
6
// SPDX-FileCopyrightText: The pasejo Authors
// SPDX-License-Identifier: 0BSD

mod files;

pub use self::files::read;