mirror of https://github.com/kdl-org/kdl-rs.git
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:
parent
5ef8eeef52
commit
b3ea4a87ee
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue