https://github.com/near/borsh-rs

binary-serialization borsh rust serialization

Last synced: about 1 month ago

Repository metadata:

Rust implementation of Binary Object Representation Serializer for Hashing


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 312
Total Committers: 53
Avg Commits per committer: 5.887
Development Distribution Score (DDS): 0.788

Commits in past year: 27
Committers in past year: 9
Avg Commits per committer in past year: 3.0
Development Distribution Score (DDS) in past year: 0.556

Name Email Commits
dj8yf0μl 2****o 66
Vlad Frolov f****d@g****m 48
Maksym Zavershynskyi m****x@n****i 37
Maksym Zavershynskyi 3****x 26
Bo Yao bo@n****m 14
Michal Nazarewicz m****6@m****m 13
Austin Abell a****8@g****m 13
Illia Polosukhin i****n@g****m 9
iho i****o 7
Miraculous Owonubi o****s@g****m 7
Aleksey Kladov a****v@g****m 5
Alexey a****y@f****v 5
Evgeny Kuzyakov ek@n****m 4
Arshia001 A****1 3
Preston Evans 3****8 3
Vladimir Grichina v****a@g****m 3
Tomas Zemanovic t****c@g****m 3
Mikhail m****l@n****m 3
Daniyar Itegulov d****v@g****m 3
Bowen Wang b****6@u****u 3
Bowen Wang b****6 2
Mateusz Kowalczyk f****u@f****k 2
Piotr Mikulski p****i@g****m 2
mikhailOK m****r@g****m 2
Amirhossein Akhlaghpour m****r@g****m 1
Anton Bukov k****a@g****m 1
David Tolnay d****y@g****m 1
Evgeny Kuzyakov h****r@g****m 1
Igor Gulamov i****v@g****m 1
Alec Mocatta a****a 1
and 23 more...

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

cargo: borsh-derive

Binary Object Representation Serializer for Hashing

  • Homepage: https://borsh.io
  • Documentation: https://docs.rs/borsh-derive/
  • Licenses: Apache-2.0
  • Latest release: 1.5.0 (published 8 months ago)
  • Last Synced: 2024-11-10T20:36:35.714Z (about 1 month ago)
  • Versions: 51
  • Dependent Packages: 59
  • Dependent Repositories: 4,243
  • Downloads: 28,898,253 Total
  • Docker Downloads: 23,946,147
  • Rankings:
    • Dependent repos count: 0.588%
    • Downloads: 0.703%
    • Dependent packages count: 0.876%
    • Docker downloads count: 1.464%
    • Average: 3.711%
    • Stargazers count: 8.75%
    • Forks count: 9.882%
  • Maintainers (1)
cargo: borsh

Binary Object Representation Serializer for Hashing

  • Homepage: https://borsh.io
  • Documentation: https://docs.rs/borsh/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 1.5.0 (published 8 months ago)
  • Last Synced: 2024-11-10T20:36:34.753Z (about 1 month ago)
  • Versions: 51
  • Dependent Packages: 527
  • Dependent Repositories: 2,871
  • Downloads: 28,974,850 Total
  • Docker Downloads: 23,946,147
  • Rankings:
    • Dependent packages count: 0.252%
    • Dependent repos count: 0.724%
    • Downloads: 0.812%
    • Docker downloads count: 1.397%
    • Average: 3.778%
    • Forks count: 8.773%
    • Stargazers count: 10.709%
  • Maintainers (1)
  • Advisories:
cargo: serum-borsh

Binary Object Representation Serializer for Hashing

  • Homepage: http://borsh.io
  • Documentation: https://docs.rs/serum-borsh/
  • Licenses: MIT OR Apache-2.0
  • Latest release: 0.8.1-serum.1 (published almost 4 years ago)
  • Last Synced: 2024-11-10T20:36:32.049Z (about 1 month ago)
  • Versions: 4
  • Dependent Packages: 3
  • Dependent Repositories: 21
  • Downloads: 56,242 Total
  • Docker Downloads: 265
  • Rankings:
    • Dependent repos count: 6.038%
    • Downloads: 7.865%
    • Dependent packages count: 7.942%
    • Average: 8.265%
    • Forks count: 8.773%
    • Stargazers count: 10.709%
  • Maintainers (1)

Dependencies

benchmarks/Cargo.toml cargo
  • bincode 1.1.4 development
  • criterion 0.3.0 development
  • serde_cbor 0.10 development
  • rand 0.7.0
  • rand_xorshift 0.2.0
  • serde 1.0
  • speedy 0.5
  • speedy-derive 0.5
.github/workflows/rust.yml actions
  • MarcoIeni/release-plz-action v0.5 composite
  • actions-rs/toolchain v1 composite
  • actions/checkout v4 composite
  • dtolnay/rust-toolchain stable composite
  • dtolnay/rust-toolchain nightly composite
Cargo.toml cargo
borsh/Cargo.toml cargo
  • bson 2 development
  • bytes 1 development
  • insta 1.29.0 development
  • ascii 1.1
  • borsh-derive ~1.3.1
  • bson 2
  • bytes 1
  • hashbrown >=0.11,<0.15.0
borsh-derive/Cargo.toml cargo
  • insta 1.29.0 development
  • prettyplease 0.2.9 development
  • syn 2 development
  • once_cell 1.18.0
  • proc-macro-crate 3
  • proc-macro2 1
  • quote 1
  • syn 2
  • syn_derive 0.1.6
fuzz/fuzz-run/Cargo.toml cargo