diff options
| author | Fuwn <[email protected]> | 2022-03-09 03:30:39 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-09 03:30:39 -0800 |
| commit | 73bc16c17882d40f512901d50b2f0bf1a7c6ebc6 (patch) | |
| tree | ca20e228df09b5b65adffbc2bb440cb105d6718d | |
| parent | doc(manifest): add doc.rs link (diff) | |
| download | senpy-rs-73bc16c17882d40f512901d50b2f0bf1a7c6ebc6.tar.xz senpy-rs-73bc16c17882d40f512901d50b2f0bf1a7c6ebc6.zip | |
doc(readme): usage instructions
| -rw-r--r-- | README.rst | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -41,6 +41,15 @@ Quick links </a> </p> +Usage +----- + +.. code-block:: toml + + # Cargo.toml + [dependencies] + senpy = "0.1.2" + Examples -------- |