Docs.rs
buddhasay-0.6.0
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
buddhasay 0.6.0
Like cowsay, but with a Buddha.
Crate
Source
Builds
Feature flags
Hide files
resources
src
.cargo_vcs_info.json
.gitignore
.gitlab-ci.yml
Cargo.toml
Cargo.toml.orig
LICENSE
Makefile
README.md
1
2
3
4
5
6
7
.PHONY
:
clean build deploy
clean
:
@
cargo
clean
build
:
@
cargo
build