1de0fa16db
Add some logging so that with the env variable RUST_LOG=debug or similar, there is timestamped output to stderr
Barry Pederson2026-02-03 15:57:11 -08:00
83d437c9ce
Update rust and alpine versions in Dockerfile
Barry Pederson2026-02-03 13:15:06 -08:00
3fac9def78
I think I've got the workspace thing figured out..how the Cargo.toml files should reference each other
Barry Pederson2025-02-21 15:11:31 -08:00
e5f2bbf64e
clap and common need to be dependencies under the server directory, despite what rustrover says
Barry Pederson2025-02-21 14:32:35 -08:00
87c81944a5
Updated Dockerfile to build with rust 1.85.0 (to get 2024 edition), and run with alpine 3.21.3 (newest version)
Barry Pederson2025-02-21 14:27:28 -08:00
60bc980e8d
Simplify test code a bit, use Request::new() to simplfy constructing requests
Barry Pederson2024-11-03 12:49:23 -08:00
4d70463e46
Make handler.rs generic for anything that implements Read+Write, add unittest taking advantage of that.
Barry Pederson2024-11-03 12:19:02 -08:00
5f4a0e0e88
Reorganize and refactor, adding integration test for common library stuff
Barry Pederson2024-11-03 11:44:03 -08:00
7cd2ba3364
Rename server.rs to handler.rs for clarity, since this is responsible for handling one interaction with a client
Barry Pederson2024-11-03 10:31:31 -08:00
1a66c8ede5
Rename handler.rs to repository.rs for clarity, pass the directory name as a new() parameter rather than have the repository aware of the OPTIONS static
Barry Pederson2024-11-03 10:28:14 -08:00