FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
implicit-clone/Cargo.toml at main · yewstack/implicit-clone · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
yewstack
/
implicit-clone
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
12
Star
23
Code
Issues
3
Pull requests
3
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
implicit-clone
/
Cargo.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
37 lines (32 loc) · 1.08 KB
Breadcrumbs
implicit-clone
/
Cargo.toml
Copy path
File metadata and controls
37 lines (32 loc) · 1.08 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
package
]
name
=
"
implicit-clone
"
version
=
"
0.6.0
"
authors
= [
"
Cecile Tonglet <cecile.tonglet@cecton.com>
"
]
license
=
"
MIT OR Apache-2.0
"
edition
=
"
2021
"
description
=
"
Immutable types and ImplicitClone trait similar to Copy
"
repository
=
"
https://github.com/yewstack/implicit-clone
"
homepage
=
"
https://github.com/yewstack/implicit-clone
"
documentation
=
"
https://docs.rs/implicit-clone
"
readme
=
"
README.md
"
keywords
= [
"
immutable
"
,
"
cheap-clone
"
,
"
copy
"
,
"
rc
"
]
categories
= [
"
rust-patterns
"
]
rust-version
=
"
1.65
"
[
package
.
metadata
.
docs
.
rs
]
all-features
=
true
rustdoc-args
= [
"
--cfg
"
,
"
docsrs
"
]
[
features
]
default
= [
"
derive
"
]
map
= [
"
indexmap
"
]
serde
= [
"
dep:serde
"
,
"
indexmap/serde
"
]
derive
= [
"
implicit-clone-derive
"
]
[
dependencies
]
implicit-clone-derive
= {
version
=
"
0.1
"
,
optional
=
true
,
path
=
"
./implicit-clone-derive
"
}
indexmap
= {
version
=
"
2
"
,
optional
=
true
}
serde
= {
version
=
"
1
"
,
optional
=
true
}
ouroboros
=
"
0.18
"
[
dev-dependencies
]
static_assertions
=
"
1
"
[
workspace
]
default-members
= [
"
.
"
,
"
implicit-clone-derive
"
]
members
= [
"
implicit-clone-derive
"
,
"
benches
"
]
Back
|
FazBrowse Home
|
New Git URL