docs: remove reference to Kaydle (#44)

Fixes: https://github.com/kdl-org/kdl-rs/issues/42

Kaydle is an in-development KDL implementation, but it's
not yet ready for use. This commit removes the reference to
it in the interest of not confusing potential users who might
expect it to be ready and be confused by the lack of an
available version on Crates.io.
This commit is contained in:
Andrew Lilley Brinker 2022-05-14 08:58:36 -07:00 committed by GitHub
parent 5ef8eeef52
commit b3ea4a87ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -11,9 +11,8 @@ You can think of this crate as
[`toml_edit`](https://crates.io/crates/toml_edit), but for KDL. [`toml_edit`](https://crates.io/crates/toml_edit), but for KDL.
If you don't care about formatting or programmatic manipulation, you might If you don't care about formatting or programmatic manipulation, you might
check out [`knuffel`](https://crates.io/crates/knuffel) or check out [`knuffel`](https://crates.io/crates/knuffel) instead for serde
[`kaydle`](https://crates.io/crates/kaydle) instead for serde (or (or serde-like) parsing.
serde-like) parsing.
### Example ### Example