File: Cargo.toml.orig

package info (click to toggle)
rust-ref-filter-map 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 72 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[package]
name = "ref_filter_map"
version = "1.0.1"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SimonSapin/rust-std-candidates"
description = "Like `std::cell::{Ref,RefMut}::map`, but for optional components."

[lib]
path = "lib.rs"