1 2 3 4 5 6 7 8 9 10 11 12
```bash # Regenerate readme $ cargo readme > README.md # Run tests $ cargo test # Try to publich $ cargo publish --dry-run # Publish $ cargo publish # Generate documentation (./target/doc/httlib_huffman) $ cargo doc ```