vesys-bank-server/bank/src/lib.rs
Sebastian Hugentobler dac95b7dae
Implement the http variant of the bank server.
During that process, many shortcomings with the socket server and the
bank lib were fixed.

I am aware a massive commit like this is not ideal.
2022-03-18 19:35:34 +01:00

3 lines
31 B
Rust

pub mod account;
pub mod bank;