1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00
Files
ojrc/rc_factory/src/arc/mod.rs
2026-01-18 21:54:24 +00:00

8 lines
151 B
Rust

//! Adapter for sqlite database generated by https://github.com/NGnius/arc
mod adapter;
mod bad_part_ids;
pub use adapter::ArcAdapter;
mod entities;