We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230f394 commit c9b8e25Copy full SHA for c9b8e25
1 file changed
oscps-lib/src/component.rs
@@ -8,24 +8,6 @@ extern crate pubchem;
8
use anyhow::Result;
9
use std::{thread,time::Duration};
10
11
-// pub enum RequestStatusCodes {
12
-// BadRequest,
13
-// NotFound,
14
-// GatewayError,
15
-// Success
16
-
17
-// }
18
19
-// impl RequestStatusCodes {
20
-// pub fn value(&self) -> u32 {
21
-// match self {
22
-// RequestStatusCodes::Success => 200,
23
-// RequestStatusCodes::NotFound => 404,
24
-// RequestStatusCodes::GatewayError => 504,
25
-// RequestStatusCodes::BadRequest => 400
26
27
28
29
30
#[allow(dead_code)]
31
/// This will hold the list of chemicals used within the simulation
0 commit comments