| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use serde attrs instead of manual impls | Nick Mathewson | 2022-05-24 | 1 | -28/+4 |
| | | |||||
| * | Write custom serde impls for Trusted{User,Group} | Nick Mathewson | 2022-05-24 | 1 | -0/+298 |
| We support all of the following (in TOML notation): ``` user = "rose" # by name user = 413 # by ID user = false # no user user = ":current" # A 'special' user. user = { name: "rose" } user = { id: 413 } user = { special: ":none" } user = { special: ":current" } ``` | |||||
