sark 0.13.0

Simple Asynchronous Rust webKit - Server
Documentation
1
2
3
4
5
error[E0599]: no method named `clone` found for struct `sark::fs::ServeDir` in the current scope
 --> tests/ui/serve_dir_runtime_cannot_clone.rs:6:31
  |
6 |     let _second_owner = serve.clone();
  |                               ^^^^^ method not found in `sark::fs::ServeDir`