Skip to main content

pathfinder_lib/
lib.rs

1#![cfg_attr(test, allow(clippy::unwrap_used, clippy::expect_used))]
2
3//! Pathfinder library crate — re-exports for integration testing.
4
5/// Module containing server-related functionality.
6pub mod server;