Skip to content

Mouthless-Stoat/Magpie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

200 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magpie Project

The Magpie Project try to make searching Inscryption card easier by providing a Scryfall like interface.

  • magpie_engine is a library crate and is the main backend behind everything. The engine handle fetching, query and storage of every set.
  • magpie_tutor is a binary crate and it is a discord bot that is build on top of the engine to make it easier to search for card in the middle of discord conversation.

Each project is store within their respective folder and all under the same git versioning system. Every commit should be tag with which project that commit is modifying like [engine], [tutor] or just [magpie] if it does not modify any specific project.

magpie_engine is not on crates.io yet so you have to download it manually using the git link. Add this to you project

[dependencies]
magpie_engine = { git = "https://github.com/Mouthless-Stoat/Magpie.git"}

About

The Magpie project, make searching Inscription card easy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages