Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ thaiengine-rust Public archive

Project from Software Pattern class

Notifications You must be signed in to change notification settings

whsatku/thaiengine-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThaiEngine

Project from Software Pattern class.

Running server

(Make sure you have Rust installed)

$ cargo run --bin thaiengine --release SyllableDB-V1.dat

(Syllable database can be obtained from the class Facebook group)

Optional features:

  • dump_data: Print data while loading/searching
  • color (default): Use colored log. Disable if your platform have problem rendering it
  • Set RUST_LOG=debug to view more logs

To enable features:

$ cargo run --features="dump_data" --bin thaiengine --release SyllableDB-V1.dat

Note: Running without --release will use another code path with assertions, resulting in slower program.

Running client

$ cargo run --bin client --release

About

Project from Software Pattern class

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages