7 lines
194 B
Rust
7 lines
194 B
Rust
//! Shared types and logic for Project Catalyst.
|
|
//!
|
|
//! This crate contains data structures and constants that are used by both
|
|
//! the client and the server.
|
|
|
|
pub mod world;
|
|
pub mod generator; |