mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-06-01 09:42:37 +00:00
Api v0.1?
This commit is contained in:
parent
21daa668f8
commit
5d5bb4db97
12 changed files with 525 additions and 221 deletions
9
examples/api.rs
Normal file
9
examples/api.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright (c) Tribufu. All Rights Reserved
|
||||
|
||||
use tribufu::*;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
let mut api = TribufuApi::default();
|
||||
api.use_anonymous();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue