jonhoo / msql-srv

Bindings for writing a server that can act as MySQL/MariaDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About setup steps

chrisxu333 opened this issue · comments

Hi,
Since I'm new to rust, is it okay if somebody could help me with how to run those examples after cargo build the rlib file? I would really appreciate it! Thanks!

You can run examples with cargo run --example <name of example> :)