Skip to content

steveklabnik/doxidize

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Doxidize

Doxidize is a new tool for writing documentation for your Rust projects.

Status

We're still at a quite experimental phase here. Everything is subject to change at any time. Even the approach Doxidize takes is quite new, and different than Rust's current tooling.

What does that mean?

As a tool written in Rust, Doxidize is dogfooded. For more details, please check out the online documentation. If you would prefer to read them locally, do this:

> git clone https://github.com/steveklabnik/doxidize
> cd doxidize
> cargo run -- build
> cargo run -- serve

And then view the docs in your web browser.

Contributing to Doxidize

We'd love your help! To learn more about contributing to Doxidize, please check out CONTRIBUTING.md.

Two more things worth calling out here: this project abides by Rust's Code of Conduct (CODE_OF_CONDUCT.md), and is dual licensed under both the MIT (LICENSE-MIT) and Apache2 (LICENSE-APACHE) licenses. No CLA or copyright attribute is required, nor accepted.

About

Amazing documentation tooling for Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published