Ai
2 Star 0 Fork 0

mirrors_android_source/time-macros-impl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml.orig 703 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chih-Hung Hsieh 提交于 2020-10-21 16:19 +08:00 . Import time-macros-impl-0.1.1
[package]
name = "time-macros-impl"
version = "0.1.1"
authors = ["Jacob Pratt <the.z.cuber@gmail.com>"]
edition = "2018"
repository = "https://github.com/time-rs/time"
keywords = ["date", "time", "calendar", "duration"]
categories = ["date-and-time"]
readme = "../README.md"
license = "MIT OR Apache-2.0"
description = "Procedural macros for the time crate."
[dependencies]
proc-macro2 = "1"
# I'm not entirely sure why `derive` is necessary here, but it fails without it.
syn = { version = "1", default-features = false, features = ["proc-macro", "parsing", "printing", "derive"] }
quote = "1"
proc-macro-hack = "0.5"
standback = { version = "0.2", default-features = false }
[lib]
proc-macro = true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_source/time-macros-impl.git
git@gitee.com:mirrors_android_source/time-macros-impl.git
mirrors_android_source
time-macros-impl
time-macros-impl
main

搜索帮助