File: Cargo.toml.orig

package info (click to toggle)
rust-pipeline 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 96 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[package]
name = "pipeline"
version = "0.5.0"
authors = ["Johann Hofmann <mail@johann-hofmann.com>"]
description = "A macro collection to pipe |> your functions calls, like in F# or Elixir."
repository = "https://github.com/johannhof/pipeline.rs"
readme = "README.md"
keywords = ["pipe", "function", "elixir", "macro", "composition"]
license = "MIT"