Commit graph

5 commits

Author SHA1 Message Date
Dustin J. Mitchell
e5091c51de
Create clients on NoSuchClient error
With this change, the server methods no longer take a `Client` argument
and instead fetch the client directly.
2024-11-17 23:00:07 -05:00
Dustin J. Mitchell
dd6cc04d28
Use a custom error type in core 2024-11-17 23:00:07 -05:00
Dustin J. Mitchell
5a704729d7
Refactor core into a type with methods
This introduces a `Server` type that tracks the config and storage.
2024-11-17 23:00:06 -05:00
Dustin J. Mitchell
2b1ad12a79
Add cargo-semver-checks (#59) 2024-11-17 17:59:39 -05:00
Dustin J. Mitchell
47ce4c1e3b
Split the server into three crates (#56)
This will make it easier to build variations on the server, or embed it
into larger projects.
2024-11-17 15:12:42 -05:00