vimwiki-server-0.1.0 doesn't have any documentation.
vimwiki server
Provides graphql server to inspect and manipulate vimwiki files.
While this was supposed to be named vimwiki_server
, it accidentally was
published as vimwiki-server
and now we're stuck with that name. :/
Usage
Binary
Download a binary and place in your path.
Or, install using cargo:
Library
Add this to your Cargo.toml
:
[]
= "0.1"
Examples
Binary
Running the binary from the command line with http://127.0.0.1/graphiql enabled:
Library
Embedding and running the server from your own binary:
use ;
async
License
This project is licensed under either of
Apache License, Version 2.0, (LICENSE-APACHE or apache-license) MIT license (LICENSE-MIT or mit-license) at your option.