Skip to content

Rust-Wellcome/labwhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labwhere

This is a rebuild of Sanger Labwhere. It is a service which allows laboratory users to track labware.

It is a proof of concept:

  • Service only (no User Interface)
  • Will it be faster?
  • Will it be cleaner?
  • Will it be less buggy and clunky?
  • Can we build a better API? Rails support for Json API and GraphQL is average and difficult to maintain.

Module organisation

The project is organised into two crates:

  1. Library crate (declared by lib.rs) in which all the business logic is implemented.
  2. Binary crate (declared by main.rs) in which all the execution logic is implemented.

The binary crate imports the business logic using use labwhere:: construct.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages