-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from brave/kuchikiki
Rename crate to kuchikiki
- Loading branch information
Showing
8 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
[package] | ||
name = "kuchiki" | ||
name = "kuchikiki" | ||
version = "0.8.1" | ||
authors = ["Simon Sapin <[email protected]>"] | ||
authors = [ | ||
"Brave Authors", | ||
"Ralph Giles <[email protected]>", | ||
"Simon Sapin <[email protected]>", | ||
] | ||
license = "MIT" | ||
description = "(朽木) HTML/XML tree manipulation library" | ||
repository = "https://github.com/kuchiki-rs/kuchiki" | ||
description = "(口利き) HTML tree manipulation library" | ||
repository = "https://github.com/brave/kuchikiki" | ||
edition = "2018" | ||
|
||
[lib] | ||
name = "kuchiki" | ||
name = "kuchikiki" | ||
doctest = false | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
# Kuchiki (朽木) | ||
# Kuchikiki (口利き) | ||
|
||
HTML tree-manipulation library for Rust. | ||
|
||
Upstream has archived their repository, since they've been unable | ||
to maintain the crate. However, the Brave project is still using | ||
a branch, and so will continue to maintain a fork. | ||
[Documentation](https://docs.rs/kuchikiki) | ||
|
||
[Documentation](https://docs.rs/kuchiki) | ||
This is a fork of the Kuchiki (朽木) library, which in now unmaintained. | ||
The Brave project is still using a branch, and so will continue to | ||
support this repository. You can use this version by updating the name | ||
in your `Cargo.toml` (add an extra `ki`!) and then remap code references | ||
to the new name, e.g. with | ||
|
||
```rust | ||
use kuchikiki as kuchiki | ||
``` | ||
|
||
See the [Security Policy](SECURITY.md) for information on reporting vulnerabilities. |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters