https://github.com/caolan/tamawiki
I'm learning Rust!
https://github.com/caolan/tamawiki
rust wiki
Last synced: 9 months ago
JSON representation
I'm learning Rust!
- Host: GitHub
- URL: https://github.com/caolan/tamawiki
- Owner: caolan
- Created: 2018-07-20T08:26:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T09:41:24.000Z (over 7 years ago)
- Last Synced: 2025-04-02T22:41:50.982Z (about 1 year ago)
- Topics: rust, wiki
- Language: Rust
- Homepage:
- Size: 41 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TamaWiki
[](https://travis-ci.org/caolan/tamawiki)
I'm implementing a basic wiki to help me learn [Rust](https://rust-lang.org).
## Documentation
[API Documentation](https://caolan.github.io/tamawiki/tamawiki/index.html)
## Running
```
npm install
npm run bundle
cargo run
```