medifax

Crates.iomedifax
lib.rsmedifax
version0.1.0
sourcesrc
created_at2024-03-01 20:38:58.822135
updated_at2024-03-01 20:38:58.822135
descriptionConvenient tool to pull detailed statistics on drugs and their generics from the openFDA database
homepagehttps://github.com/cvscade/tisbhacks
repositoryhttps://github.com/cvscade/tisbhacks
max_upload_size
id1159223
size658,092
cascade! (cvscade)

documentation

README

Medifax openFDA Version

Convenient tool to pull detailed statistics on drugs and their generics from the openFDA database.

Installation

  • From binstall (for quick, binary installation):
cargo binstall medifax

Compilation

Platform Requirements:

  • Only macOS 14.0 and Windows 11 have been used to test. Linux distros & any distribution that supports Tauri should work.
  • Both x86_64-apple-darwin and aarch64-apple-darwin have been tested. On Windows, x86_64-pc-windows-msvc has been tested.
  • The tauri API is required
npm install
cargo tauri build

Usage

  • Medifax is a UI-based tool so you can simply run the executable and open the Generics tab to run queries.
  • There is also a homescreen where you can see new changes etc.

MSRV

  • The Minimum Supported Rust Version for compiling this executable is 1.70.0
Commit count: 0

cargo fmt