Pinned
1,038 contributions in the last year
Less
More
Contribution activity
August 2021
Created 33 commits in 4 repositories
Created 2 repositories
- stepancheg/indexmap Rust
- stepancheg/exact-versions Rust
Created a pull request in bluss/indexmap that received 3 comments
IndexMap::insert_no_overwrite_unchecked
Insert a key-value pair into the map without checking if the key already exists in the map. This operation is safe if a key does not exist in the map.
+60
−1
•
3
comments
Opened 1 other pull request in 1 repository
asny/three-d
1
closed
Created an issue in rust-lang/cargo that received 1 comment
Do not emit error when conflicting exact versions are specified (for "private" dependencies)
Consider two crates: cr1 and cr2.
cr1 specifies a dependency for example rand = "=0.8.3"
cr2 specifies a dependency for example rand = "=0.8.4"
Now…
1
comment