Commit graph

26 commits

Author SHA1 Message Date
David Aguilar
4e781f56c9 cargo: merge Cargo.toml files into a cargo workspaces 2024-10-04 00:35:06 -07:00
Ethiraric
23c0b3c547 Move load_from_* functions in Yaml.
This would make more sense in user code:
```rs
Yaml::load_from_str("foo"); // Explicit that we're parsing YAML
load_from_str("foo"); // Too implicit, too generic, may be from another
                         lib
```

Plus, this mirrors `MarkedYaml`'s behavior.
2024-07-03 00:55:41 +02:00
Ethiraric
425f00ceb8 Add base support for annotated YAML objects. 2024-07-03 00:55:41 +02:00
Ethiraric
30b713d7a7 yaml-rust2 -> saphyr 2024-04-02 18:49:52 +02:00
David Aguilar
2dc9e2c13f maint: version-up and minimize where we mention the version
Remove the version number from tools/gen_large_yaml so that we
can avoid needing to update the version in two places.
2024-03-25 22:25:46 -07:00
David Aguilar
37f52b7722 README: update the installation snippet to use yaml-rust2 0.7 2024-03-24 17:00:57 -07:00
David Aguilar
53b70cd93b README: add self-links to make things more discoverable
If someone lands on one of our forks on github there are still UI elements
that point them back to the original chyh1990 yaml-rust project.

Add links to make it easier to navigate back to the main fork when
viewing a yaml-rust2 fork.
2024-03-24 17:00:19 -07:00
David Aguilar
1e43066d15 README: add an "Upgrading from yaml-rust" section 2024-03-20 14:21:27 +01:00
David Aguilar
b1b1af24dc README: trivial grammar tweak 2024-03-19 15:26:16 +01:00
Ben Boeckel
0546a314ed doc: mention that types are not interpreted
Closes: #87
2024-03-19 15:26:16 +01:00
Ethiraric
e4ae1d0546 Update to v0.6. 2024-03-15 20:14:26 +01:00
Ethiraric
eed3433841 Update licence, readme, doc. 2024-02-08 07:12:14 +01:00
Evan Harvey
35619eaa5c Spellcheck (#143)
* Spellcheck src

* Spellcheck README
2020-06-01 20:59:27 +08:00
Chen Yuheng
b28f7deeb7 Raise minimum rustc support to 1.31 2020-06-01 20:18:27 +08:00
Hendrik Sollich
32214e92bf Raise minimum rustc version to 1.28 (Fixes CI)
Known minimum version to build [regex](https://crates.io/crates/regex).
Old enough as it is, we're not c++ here!
2019-07-24 18:37:03 +02:00
David Tolnay
ddad3c762c Stop recommending a git dependency 2018-09-15 12:29:20 -07:00
David Tolnay
e7b5041443 Remove outdated note about version support 2018-09-15 12:29:02 -07:00
David Tolnay
9fe981bc69 Reorganize readme links 2018-09-15 12:28:45 -07:00
Chen Yuheng
6cc0504038 README: remove warning
Fix #106 

This library is production-ready.
2018-08-30 19:23:41 +08:00
Chen Yuheng
410e43f07d Update README.md 2018-01-06 15:28:14 +08:00
Tshepang Lekhonkhobe
9687ac3cc3 readme: nit-picking 2017-06-26 12:32:52 +02:00
Alyssa Ross
900ab5d2ab Add/fix README syntax highlighting
Adds the missing syntax mode for TOML, and fixes the Rust syntax highlighting syntax
2017-05-10 22:09:30 +01:00
Jan Likar
aa80fca290 Fix spelling mistakes. 2016-10-22 01:25:03 +02:00
Jan Likar
7e173eebc3 Fix a typo 2016-10-02 03:41:28 +02:00
Hendrik Sollich
b749378805 added crates.io shields to readme
Hi, this shows what versions you currently released on crates.io and under which license.
2016-03-10 14:45:02 +01:00
Yuheng Chen
316cc0e506 Relicense under MIT/Apache-2.0
As recommended by https://github.com/chyh1990/yaml-rust/issues/11
2016-01-11 12:53:19 +08:00
Renamed from saphyr/Readme.md (Browse further)