Skip to content

Commit

Permalink
Mention Base.@kwdef updates in README. Small docs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro3 committed Nov 19, 2018
1 parent c4b0e50 commit dd301de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ Documentation is here: [stable](https://mauro3.github.io/Parameters.jl/stable) a
# Related packages
- `Base.@kwdef` has functionality similar to `@with_kw` but more
limited. However, with Julia v1.1 its capabilities will be much
enhanced, see [#29316](https://github.com/JuliaLang/julia/pull/29316).
If that is enough, ditch the Parameters.jl dependency.
- [QuickTypes.jl](https://github.com/cstjean/QuickTypes.jl) also
provides key-word constructors and default values. Provides a more
compact format. I'd say QuickTypes.jl is more suited for REPL and
Expand Down
2 changes: 0 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# [Parameters.jl](https://github.com/mauro3/Parameters.jl)

**Breaking news: Julia 0.5 support dropped.**

This is a package I use to handle numerical-model parameters, thus the
name. However, it should be useful otherwise too. It has two main
features:
Expand Down

0 comments on commit dd301de

Please sign in to comment.