From 9a83067d04c9648416b92fc8d7b8a542b0b9aa96 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Jan 2019 21:39:25 -0800 Subject: code docs/comments and rustfmt --- rust/src/endpoint_handlers.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rust/src/endpoint_handlers.rs') diff --git a/rust/src/endpoint_handlers.rs b/rust/src/endpoint_handlers.rs index 78044054..01b5eb5c 100644 --- a/rust/src/endpoint_handlers.rs +++ b/rust/src/endpoint_handlers.rs @@ -1,6 +1,9 @@ //! API endpoint handlers //! //! This module contains actual implementations of endpoints with rust-style type signatures. +//! +//! The remaining functions here should probably be refactored away. The 'get_release_files' style +//! functions should go in entity_crud (or some new use crate::database_models::*; use crate::database_schema::*; -- cgit v1.2.3