• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

eosrio / rs-abieos / 26075309438
30%

Build:
DEFAULT BRANCH: master
Ran 19 May 2026 04:02AM UTC
Jobs 1
Files 8
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 May 2026 03:54AM UTC coverage: 30.995%. Remained the same
26075309438

push

github

igorls
refactor(rust-backend): split 3156-line rust.rs into focused modules

Pure mechanical move of the single-file Rust backend into a src/backend/rust/
module directory. No behavior change: no symbols renamed, no logic reordered,
no signatures changed, error-message strings byte-identical (parity-tested
against the C++ backend).

Layout (mod.rs owns the FFI boundary):
  mod.rs      type aliases, abieos_context_s, FFI glue, 21 abieos_* extern fns
  json.rs     Json/JsonParser/parse_json/quote_json
  stream.rs   binary Writer/Reader
  hex.rs      hex encode/decode
  name.rs     name conversion
  abi_def.rs  AbiDef + *Def model, ABI bin/json (de)serialization
  abi.rs      TypeKind/Abi resolution + runtime json<->bin codec
  builtins.rs BUILTINS, write/read_builtin, numeric parse helpers
  symbol.rs   symbol/asset/bitset
  time.rs     time parsing
  crypto.rs   KeyKind/write_key_like, base58, ripemd160, sha256

Public surface at crate::backend::rust unchanged (src/backend.rs and
src/lib.rs untouched); 'pub use super::rust::*;' resolves as before. Some
*Def/Abi fields widened to pub(crate) for cross-module access (visibility
only). Verified green: cargo test --no-default-features --features
rust-backend, and rust-backend + cpp-oracle differential parity.

0 of 298 new or added lines in 5 files covered. (0.0%)

243 of 784 relevant lines covered (30.99%)

344.06 hits per line

Uncovered Changes

Lines Coverage ∆ File
170
0.0
src/backend/rust/json.rs
83
0.0
src/backend/rust/stream.rs
24
0.0
src/backend/rust/abi_def.rs
19
0.0
src/backend/rust/mod.rs
2
0.0
src/backend/rust/builtins.rs
Jobs
ID Job ID Ran Files Coverage
1 26075309438.1 19 May 2026 04:02AM UTC 8
30.99
GitHub Action Run
Source Files on build 26075309438
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26075309438
  • cd08e7b3 on github
  • Prev Build on master (#26074834817)
  • Next Build on master (#26132129233)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc