ferristseng / rust-ipfs-api

IPFS HTTP client in Rust
Apache License 2.0
246 stars 68 forks source link

Supplement the examples and documents of ipfs-api-backend-actix crates #100

Closed Jzow closed 2 years ago

Jzow commented 2 years ago

In order to help developers use the new crates, some relevant documents and examples should be provided

ferristseng commented 2 years ago

Thanks! You should actually be able to run any of the examples with Actix (see https://github.com/ferristseng/rust-ipfs-api/blob/master/ipfs-api-examples/src/lib.rs), so I'm going to close this

$ cd ipfs-api-examples
$ cargo run --example add_file --no-default-features --features with-actix