Commit graph

3172 commits

Author SHA1 Message Date
Ed Page
43e7368283 chore: Release 2024-07-08 21:07:21 -05:00
Ed Page
469d847d35 chore: Release 2024-06-28 12:44:19 -04:00
chrysn
deae5929bd docs: Fix typo (cio->clio) 2024-06-14 13:51:45 +02:00
Ed Page
6c6839a454 chore: Release 2024-06-10 09:30:20 -05:00
Ed Page
122a2b3b8a chore: Release 2024-06-06 16:36:35 -05:00
Ed Page
f087c39884 chore: Release 2024-06-06 15:14:24 -05:00
Ed Page
800d7cb8ad chore: Update from template 2024-05-14 12:27:02 -05:00
Asger Hautop Drewsen
b44aa4797d docs: Remove max_values from derive docs 2024-05-01 16:14:36 +02:00
Ed Page
a01f25da96 chore(ci): Reduce noisy lints
Want to add this back in later but this is slowing down migration of my
repos.
2024-04-26 09:23:28 -05:00
Ed Page
ebc70d00f9 chore: Only check missing_docs in lib
This also fires in examples and other places.

While docs in examples would be nice,
it isn't universally applicable and `allow`s would undermine the
examples.
2024-04-01 09:11:24 -05:00
Ed Page
99e034bbbb chore: Move print lints to lib.rs
While there is a config for ignoring these in tests, it doesn't help
with examples.
2024-03-28 15:10:58 -05:00
Ed Page
5e4facf76f chore: Release 2024-03-25 16:08:19 -05:00
Ed Page
3d5ead81cf chore(ci): Configure standard lints 2024-03-21 10:51:32 -05:00
Ed Page
655d8295a7 docs(derive): Fix ToC links within tutorial chapters
Fixes #5404
2024-03-20 15:46:14 -05:00
Ed Page
4e07b43858 chore: Release 2024-03-15 07:54:24 -05:00
Ed Page
f65d421607 chore: Release 2024-03-06 10:52:18 -06:00
Ed Page
8a7a13a561 chore: Release 2024-02-16 07:08:54 -06:00
Ed Page
a751c5fe65 chore: Release 2024-02-08 10:34:06 -06:00
Ed Page
4b45d361b1 chore: Update MSRV to 1.74 2024-02-08 09:45:17 -06:00
Eric R
3216a64bea fix: Format to repl.rs structure, remove readme 2024-01-23 22:27:19 -05:00
Eric R
a6391ae9e3 docs(example): Added repl derive example 2024-01-23 17:35:15 -05:00
Ed Page
d18c327229 docs(faq): Remove parity link
Now that we've integrated everything into rustdoc,
its more obvious.
2024-01-22 08:48:32 -06:00
Ed Page
64ae186dfc docs(tutorial): Don't cover 'author' as its not shown 2024-01-17 08:06:56 -06:00
Ed Page
42849cdf5f docs(derive): Point users to 'help_template' if they want author 2024-01-17 08:00:40 -06:00
Ed Page
0134f45ff0 chore: Release 2024-01-16 14:28:07 -06:00
Ed Page
ef98da27cb chore: Release 2024-01-15 10:20:03 -06:00
Ed Page
cbc9c9dd44 chore: Release 2024-01-11 20:52:38 -06:00
Ed Page
12b5c39d46 chore: Release 2024-01-11 10:37:53 -06:00
Ed Page
514f28bc92 chore: Release 2024-01-08 10:39:47 -06:00
Ed Page
2ab48b295c chore: Release 2024-01-04 13:11:49 -06:00
Ed Page
cca190efed docs: Correct link to StructOpt migration guide 2024-01-04 13:11:17 -06:00
Ed Page
6d601e6f31 chore: Release 2023-12-28 12:07:48 -06:00
Ed Page
d092896d61 chore: Release 2023-12-04 12:17:32 -06:00
Ed Page
c0a1814d3c chore: Release 2023-11-27 21:20:50 -06:00
Ed Page
030d87505d docs: Link out to the changelog at the relevant tag
This was inspired by #4254
2023-11-27 16:54:58 -06:00
Ed Page
a08587b00e docs(derive): Link to tutorial sections for attributes
This is part of #5199
2023-11-27 16:16:54 -06:00
Ed Page
dbd013eab1 docs(ref): Be clear about implicit ArgGroup behavior 2023-11-07 13:47:05 -06:00
Ed Page
32586c7b63 docs(tutorial): Split into separate modules per section
Unsure how much to read into this but some refer to the tutorial a a big
wall of ... and maybe breaking it down will help?
2023-09-12 09:24:27 -05:00
Ed Page
5f6d4a3dad docs(tutorial): Split out into a module 2023-09-11 21:02:11 -05:00
Ed Page
9e7404b599 docs(tutorial): Attempt to clarify attributes 2023-09-11 20:50:12 -05:00
Ed Page
db97a2c5be docs(derive): Clarify value attributes are for PossibleValue 2023-09-11 20:10:46 -05:00
Ed Page
087224a486 perf: Drop a dep for faster builds
`OnceLock` became available as of 1.70 which is older than our new MSRV.
We can easily get away without `Lazy` variants.
2023-08-31 12:54:45 -05:00
Ed Page
eb53db89f8 feat(help): Stabilize styling support
Fixes #3234
2023-08-28 09:49:48 -05:00
Ed Page
d30d94f51c chore: Update MSRV to 1.70 2023-08-24 10:14:23 -05:00
Ed Page
82f17a40c0 docs(builder): Provide styling examples 2023-07-17 17:10:33 -05:00
Ed Page
975eb0c686 docs(tutorial): Link out to other docs more
This is another step for trying to improve the understanding that the
derive and builder APIs are linked (#4090).

This also adds links to make it easier to discover more details on how
we infer behavior from a field's type.
2023-06-23 16:09:52 -05:00
Ed Page
7370c63caf docs(tutorial): Provide next steps
This is particularly to help call attention to builder methods as
attributes (#4090).
2023-06-23 15:43:48 -05:00
Ed Page
c2e6f1b790 docs(derive): Draw more attention to derive feature 2023-06-23 15:31:11 -05:00
Ed Page
ffbe6e9936 docs(derive): Ensure magic attributes are searchable 2023-06-23 13:20:21 -05:00
Ed Page
a9d50cfae9 docs: Link out to clio
Related to #4074
2023-06-23 12:53:01 -05:00