make api only visible to the crate

This commit is contained in:
askiiart 2024-12-01 22:44:35 -06:00
parent 9c07f11123
commit 8a73d3d9cb
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -1,6 +1,6 @@
#![warn(missing_docs)]
#![doc = include_str!("../README.md")]
pub mod api;
pub(crate) mod api;
pub mod data;
mod dummy;