Introduce the HTTP tide based library

This commit is contained in:
Clément Renault 2019-10-31 15:00:36 +01:00
parent 1be5b0f327
commit f51c49db93
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
25 changed files with 3170 additions and 0 deletions

3
meilidb-http/src/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}