flodgatt/src
Daniel Sockwell 1dcddc23de
Update module privacy (#133)
This squashed commit rolls up a series of changes designed to improve
Flodgatt's public API/module boundary.  Specifically, this limits the
number of Items that are exported outside the top-level modules (in some
cases because they were already not needed outside that module due to
the earlier code reorganization and in some cases by using public
re-exports to export particular Items from a private module).

Similarly, this commit moves the `Event` struct to the `response`
module (maintaining privacy for the `Event`'s implementation details)
while re-exporting the `Id` struct that `Event` uses internally at the
top level.

All of these changes are made with the goal of making Flodgatt's code
easier to reason about in isolation, which should both make it easier to
maintain and make it easier for new contributors to make changes without
understanding the entire codebase.  Additionally, having fewer public
modules will make documenting Flodgatt more extensively much easier.
2020-04-21 16:39:31 -04:00
..
config Update module privacy (#133) 2020-04-21 16:39:31 -04:00
event Update module privacy (#133) 2020-04-21 16:39:31 -04:00
request Update module privacy (#133) 2020-04-21 16:39:31 -04:00
response Update module privacy (#133) 2020-04-21 16:39:31 -04:00
config.rs Update module privacy (#133) 2020-04-21 16:39:31 -04:00
err.rs Error handling, pt3 (#131) 2020-04-14 20:37:49 -04:00
event.rs Update module privacy (#133) 2020-04-21 16:39:31 -04:00
lib.rs Error handling, pt3 (#131) 2020-04-14 20:37:49 -04:00
main.rs Benchmark & performance tune (#132) 2020-04-17 17:07:10 -04:00
request.rs Update module privacy (#133) 2020-04-21 16:39:31 -04:00
response.rs Update module privacy (#133) 2020-04-21 16:39:31 -04:00
rustfmt.toml Config refactor (#57) 2019-10-03 00:34:41 -04:00