File: debcargo.toml

package info (click to toggle)
rust-replace-with 0.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
overlay = "."
uploaders = ["Daniel Kahn Gillmor <dkg@fifthhorseman.net>"]
collapse_features = true

summary = "Temporarily take ownership of and replace a mutable value"

description = """
Temporarily take ownership of a value at a mutable location, and
replace it with a new value based on the old one.
"""