tfe_oxide/
lib.rs

1// TODO: maybe this should be private
2pub mod core;
3// TODO: maybe this should be private
4pub mod jsonapi;
5// ────────────────────────────────────────────────────────────
6// vim: filetype=rust syntax=rust softtabstop=4 tabstop=4 shiftwidth=4 textwidth=79 fileencoding=utf-8 expandtab
7// code: language=rust insertSpaces=true tabSize=4